Html Css Color HEX #C85A24 Christine

📋 copy color: '#C85A24'

red 200 ◦ green 90 ◦ blue 36

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

Shades of Christine #C85A24

Tints of Christine #C85A24

RGB

 RED value IS 200 (78.52% from 255) = 61.35%

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 61.35%
G = 27.61%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C85A24 (or 0xC85A24) is known color: Christine. HEX triplet: C8, 5A and 24. RGB value is (200,90,36). Sum of RGB (Red+Green+Blue) = 200+90+36=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A24 is #37A5DB. Grayscale: #757575. Windows color (decimal): -3646940 or 2382536. OLE color: 2382536.

HSL color Cylindrical-coordinate representation of color #C85A24: hue angle of 19.76º 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 #C85A24 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 36 -
CMYK 0 0.55 0.82 0.22
HSL 19.76º 0.69% 0.46% -
HSV(B) 19.76º 0.82% 0.78% -
XYZ 27.79 19.72 4.01 -
YUV 116.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 200 90 36 0 0.55 0.82 0.22 19.76 0.69 0.46
Hex C8 5A 24 0 37 52 16 14 45 2E
Octal 310 132 44 0 67 122 26 24 105 56
Binary 11001000 1011010 100100 0 110111 1010010 10110 10100 1000101 101110

Color Harmonies of #C85A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A24

Black with #C85A24

Text Example


Text Example

White with #C85A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A24; }

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

 H1.HeaderClassName
 {
   color: #C85A24;
 }
 .AnyTagClassName
 {
   color: #C85A24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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