Html Css Color HEX #C85C16 Chocolate

📋 copy color: '#C85C16'

red 200 ◦ green 92 ◦ blue 22

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

Shades of Chocolate #C85C16

Tints of Chocolate #C85C16

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

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

R = 63.69%
G = 29.3%
B = 7.01%

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

#C85C16 (or 0xC85C16) is known color: Chocolate. HEX triplet: C8, 5C and 16. RGB value is (200,92,22). Sum of RGB (Red+Green+Blue) = 200+92+22=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C16 is #37A3E9. Grayscale: #747474. Windows color (decimal): -3646442 or 1465544. OLE color: 1465544.

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

Color convert

RGB 200 92 22 -
CMYK 0 0.54 0.89 0.22
HSL 23.6º 0.8% 0.44% -
HSV(B) 23.6º 0.89% 0.78% -
XYZ 27.79 19.99 3.15 -
YUV 116.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 200 92 22 0 0.54 0.89 0.22 23.6 0.8 0.44
Hex C8 5C 16 0 36 59 16 18 50 2C
Octal 310 134 26 0 66 131 26 30 120 54
Binary 11001000 1011100 10110 0 110110 1011001 10110 11000 1010000 101100

Color Harmonies of #C85C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C16

Black with #C85C16

Text Example


Text Example

White with #C85C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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