#c46426

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

Shades of Christine #C46426

Tints of Christine #C46426

Color information

#C46426 (or 0xC46426) is unknown color: approx Christine. HEX triplet: C4, 64 and 26. RGB value is (196,100,38). Sum of RGB (Red+Green+Blue) = 196+100+38=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C46426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46426 is #3B9BD9. Grayscale: #797979. Windows color (decimal): -3906522 or 2516164. OLE color: 2516164.

HSL color Cylindrical-coordinate representation of color #C46426: hue angle of 23.54º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C46426 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB19610038-
CMYK00.490.810.23
HSL23.54º67.52%45.88%-
HSV(B)23.54º80.61%76.86%-
XYZ27.6720.994.43-
YUV121.6480.8181.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.68%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 38 (15.23% from 255) = 11.38%
R=58.68%
G=29.94%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961003800.490.810.2323.5467.5245.88
HexC46426031511718442e
Octal30414446061121273010456
Binary1100010011001001001100110001101000110111110001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46426; }

 p { color: rgb(196,100,38); }

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

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

 a { background-color: rgb(196,100,38); }

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

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

 span { border-color: rgb(196,100,38); }

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