Html Css Color HEX #C85B22 Christine

📋 copy color: '#C85B22'

red 200 ◦ green 91 ◦ blue 34

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

Shades of Christine #C85B22

Tints of Christine #C85B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.46%

R = 61.54%
G = 28%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C85B22 (or 0xC85B22) is known color: Christine. HEX triplet: C8, 5B and 22. RGB value is (200,91,34). Sum of RGB (Red+Green+Blue) = 200+91+34=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B22 is #37A4DD. Grayscale: #757575. Windows color (decimal): -3646686 or 2251720. OLE color: 2251720.

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

Color convert

RGB 200 91 34 -
CMYK 0 0.54 0.83 0.22
HSL 20.6º 0.71% 0.46% -
HSV(B) 20.6º 0.83% 0.78% -
XYZ 27.85 19.88 3.88 -
YUV 117.09 81.11 187.13 -
System Red Green Blue C M Y K H S L
Decimal 200 91 34 0 0.54 0.83 0.22 20.6 0.71 0.46
Hex C8 5B 22 0 36 53 16 15 47 2E
Octal 310 133 42 0 66 123 26 25 107 56
Binary 11001000 1011011 100010 0 110110 1010011 10110 10101 1000111 101110

Color Harmonies of #C85B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B22

Black with #C85B22

Text Example


Text Example

White with #C85B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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