#C85D24

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

Shades of Christine #C85D24

Tints of Christine #C85D24

Color information

#C85D24 (or 0xC85D24) is unknown color: approx Christine. HEX triplet: C8, 5D and 24. RGB value is (200,93,36). Sum of RGB (Red+Green+Blue) = 200+93+36=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D24 is #37A2DB. Grayscale: #767676. Windows color (decimal): -3646172 or 2383304. OLE color: 2383304.

HSL color Cylindrical-coordinate representation of color #C85D24: hue angle of 20.85º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C85D24 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB2009336-
CMYK00.540.820.22
HSL20.85º69.49%46.27%-
HSV(B)20.85º82%78.43%-
XYZ28.0520.244.1-
YUV118.4981.45186.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.79%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 36 (14.45% from 255) = 10.94%
R=60.79%
G=28.27%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200933600.540.820.2220.8569.4946.27
HexC85D24036521615452e
Octal31013544066122262510556
Binary1100100010111011001000110110101001010110101011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85D24; }

 p { color: rgb(200,93,36); }

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

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

 a { background-color: rgb(200,93,36); }

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

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

 span { border-color: rgb(200,93,36); }

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