#C36126

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

Shades of Christine #C36126

Tints of Christine #C36126

Color information

#C36126 (or 0xC36126) is unknown color: approx Christine. HEX triplet: C3, 61 and 26. RGB value is (195,97,38). Sum of RGB (Red+Green+Blue) = 195+97+38=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C36126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36126 is #3C9ED9. Grayscale: #777777. Windows color (decimal): -3972826 or 2515395. OLE color: 2515395.

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

Color convert

RGB1959738-
CMYK00.500.810.24
HSL22.55º67.38%45.69%-
HSV(B)22.55º80.51%76.47%-
XYZ27.1320.294.32-
YUV119.5881.97181.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 38 (15.23% from 255) = 11.52%
R=59.09%
G=29.39%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195973800.500.810.2422.5567.3845.69
HexC36126032511817432e
Octal30314146062121302710356
Binary1100001111000011001100110010101000111000101111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36126; }

 p { color: rgb(195,97,38); }

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

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

 a { background-color: rgb(195,97,38); }

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

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

 span { border-color: rgb(195,97,38); }

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