Html Css Color HEX #C85B23 Christine

📋 copy color: '#C85B23'

red 200 ◦ green 91 ◦ blue 35

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

Shades of Christine #C85B23

Tints of Christine #C85B23

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 61.35%
G = 27.91%
B = 10.74%

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

#C85B23 (or 0xC85B23) is known color: Christine. HEX triplet: C8, 5B and 23. RGB value is (200,91,35). Sum of RGB (Red+Green+Blue) = 200+91+35=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B23 is #37A4DC. Grayscale: #757575. Windows color (decimal): -3646685 or 2317256. OLE color: 2317256.

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

Color convert

RGB 200 91 35 -
CMYK 0 0.54 0.82 0.22
HSL 20.36º 0.7% 0.46% -
HSV(B) 20.36º 0.83% 0.78% -
XYZ 27.86 19.88 3.96 -
YUV 117.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 200 91 35 0 0.54 0.82 0.22 20.36 0.7 0.46
Hex C8 5B 23 0 36 52 16 14 46 2E
Octal 310 133 43 0 66 122 26 24 106 56
Binary 11001000 1011011 100011 0 110110 1010010 10110 10100 1000110 101110

Color Harmonies of #C85B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B23

Black with #C85B23

Text Example


Text Example

White with #C85B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B23; }

 p { color: rgb(200,91,35); }

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

background-color css

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

 a { background-color: rgb(200,91,35); }

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

border-color css

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

 span { border-color: rgb(200,91,35); }

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