Html Css Color HEX #C85D24 Christine

📋 copy color: '#C85D24'

red 200 ◦ green 93 ◦ blue 36

#C85D24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #C85D24

Tints of Christine #C85D24

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 value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C85D24 (or 0xC85D24) is known color: 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

RGB 200 93 36 -
CMYK 0 0.54 0.82 0.22
HSL 20.85º 0.69% 0.46% -
HSV(B) 20.85º 0.82% 0.78% -
XYZ 28.05 20.24 4.1 -
YUV 118.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 200 93 36 0 0.54 0.82 0.22 20.85 0.69 0.46
Hex C8 5D 24 0 36 52 16 15 45 2E
Octal 310 135 44 0 66 122 26 25 105 56
Binary 11001000 1011101 100100 0 110110 1010010 10110 10101 1000101 101110

Color Harmonies of #C85D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D24

Black with #C85D24

Text Example


Text Example

White with #C85D24

Text Example


Text Example

HTML Codes & Css Web 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>