Html Css Color HEX #C85717 Chocolate

📋 copy color: '#C85717'

red 200 ◦ green 87 ◦ blue 23

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

Shades of Chocolate #C85717

Tints of Chocolate #C85717

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 64.52%
G = 28.06%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85717 (or 0xC85717) is known color: Chocolate. HEX triplet: C8, 57 and 17. RGB value is (200,87,23). Sum of RGB (Red+Green+Blue) = 200+87+23=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C85717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85717 is #37A8E8. Grayscale: #717171. Windows color (decimal): -3647721 or 1529800. OLE color: 1529800.

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

Color convert

RGB 200 87 23 -
CMYK 0 0.56 0.88 0.22
HSL 21.69º 0.79% 0.44% -
HSV(B) 21.69º 0.89% 0.78% -
XYZ 27.38 19.16 3.07 -
YUV 113.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 200 87 23 0 0.56 0.88 0.22 21.69 0.79 0.44
Hex C8 57 17 0 38 58 16 16 4F 2C
Octal 310 127 27 0 70 130 26 26 117 54
Binary 11001000 1010111 10111 0 111000 1011000 10110 10110 1001111 101100

Color Harmonies of #C85717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85717

Black with #C85717

Text Example


Text Example

White with #C85717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85717; }

 p { color: rgb(200,87,23); }

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

background-color css

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

 a { background-color: rgb(200,87,23); }

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

border-color css

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

 span { border-color: rgb(200,87,23); }

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