Html Css Color HEX #C85D16 Chocolate

📋 copy color: '#C85D16'

red 200 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #C85D16

Tints of Chocolate #C85D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 63.49%
G = 29.52%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C85D16 (or 0xC85D16) is known color: Chocolate. HEX triplet: C8, 5D and 16. RGB value is (200,93,22). Sum of RGB (Red+Green+Blue) = 200+93+22=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D16 is #37A2E9. Grayscale: #757575. Windows color (decimal): -3646186 or 1465800. OLE color: 1465800.

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

Color convert

RGB 200 93 22 -
CMYK 0 0.54 0.89 0.22
HSL 23.93º 0.8% 0.44% -
HSV(B) 23.93º 0.89% 0.78% -
XYZ 27.88 20.17 3.18 -
YUV 116.9 74.45 187.27 -
System Red Green Blue C M Y K H S L
Decimal 200 93 22 0 0.54 0.89 0.22 23.93 0.8 0.44
Hex C8 5D 16 0 36 59 16 18 50 2C
Octal 310 135 26 0 66 131 26 30 120 54
Binary 11001000 1011101 10110 0 110110 1011001 10110 11000 1010000 101100

Color Harmonies of #C85D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D16

Black with #C85D16

Text Example


Text Example

White with #C85D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D16; }

 p { color: rgb(200,93,22); }

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

background-color css

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

 a { background-color: rgb(200,93,22); }

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

border-color css

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

 span { border-color: rgb(200,93,22); }

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