Html Css Color HEX #C85E27 Christine

📋 copy color: '#C85E27'

red 200 ◦ green 94 ◦ blue 39

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

Shades of Christine #C85E27

Tints of Christine #C85E27

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 39 (15.63% from 255) = 11.71%

R = 60.06%
G = 28.23%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C85E27 (or 0xC85E27) is known color: Christine. HEX triplet: C8, 5E and 27. RGB value is (200,94,39). Sum of RGB (Red+Green+Blue) = 200+94+39=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E27 is #37A1D8. Grayscale: #777777. Windows color (decimal): -3645913 or 2580168. OLE color: 2580168.

HSL color Cylindrical-coordinate representation of color #C85E27: hue angle of 20.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C85E27 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 94 39 -
CMYK 0 0.53 0.80 0.22
HSL 20.5º 0.67% 0.47% -
HSV(B) 20.5º 0.81% 0.78% -
XYZ 28.19 20.43 4.38 -
YUV 119.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 200 94 39 0 0.53 0.80 0.22 20.5 0.67 0.47
Hex C8 5E 27 0 35 50 16 14 43 2F
Octal 310 136 47 0 65 120 26 24 103 57
Binary 11001000 1011110 100111 0 110101 1010000 10110 10100 1000011 101111

Color Harmonies of #C85E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E27

Black with #C85E27

Text Example


Text Example

White with #C85E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E27; }

 p { color: rgb(200,94,39); }

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

background-color css

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

 a { background-color: rgb(200,94,39); }

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

border-color css

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

 span { border-color: rgb(200,94,39); }

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