#C26E27

Color #C26E27 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #C26E27

Tints of Christine #C26E27

Color information

#C26E27 (or 0xC26E27) is unknown color: approx Christine. HEX triplet: C2, 6E and 27. RGB value is (194,110,39). Sum of RGB (Red+Green+Blue) = 194+110+39=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E27 is #3D91D8. Grayscale: #7F7F7F. Windows color (decimal): -4035033 or 2584258. OLE color: 2584258.

HSL color Cylindrical-coordinate representation of color #C26E27: hue angle of 27.48º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C26E27 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19411039-
CMYK00.430.800.24
HSL27.48º66.52%45.69%-
HSV(B)27.48º79.9%76.08%-
XYZ28.1922.774.83-
YUV127.0278.33175.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 56.56%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 39 (15.62% from 255) = 11.37%
R=56.56%
G=32.07%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941103900.430.800.2427.4866.5245.69
HexC26E2702B50181b432e
Octal30215647053120303310356
Binary1100001011011101001110101011101000011000110111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E27; }

 p { color: rgb(194,110,39); }

 H1.HeaderClassName
 {
   color: #C26E27;
 }
 .AnyTagClassName
 {
   color: #C26E27;
 }
</style>
background-color css

<style>
 a { background-color: #C26E27; }

 a { background-color: rgb(194,110,39); }

 div.DivClassName
 {
   background-color: #C26E27;
 }
 .BgClassName
 {
   background-color: #C26E27;
 }
</style>
border-color css

<style>
 span { border-color: #C26E27; }

 span { border-color: rgb(194,110,39); }

 td.TdClassName
 {
   border-color: #C26E27;
 }
 .TagClassName
 {
   border-color: #C26E27;
 }
</style>