Html Css Color HEX #C85815 Chocolate

📋 copy color: '#C85815'

red 200 ◦ green 88 ◦ blue 21

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

Shades of Chocolate #C85815

Tints of Chocolate #C85815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 64.72%
G = 28.48%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C85815 (or 0xC85815) is known color: Chocolate. HEX triplet: C8, 58 and 15. RGB value is (200,88,21). Sum of RGB (Red+Green+Blue) = 200+88+21=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C85815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85815 is #37A7EA. Grayscale: #727272. Windows color (decimal): -3647467 or 1398984. OLE color: 1398984.

HSL color Cylindrical-coordinate representation of color #C85815: hue angle of 22.46º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C85815 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 88 21 -
CMYK 0 0.56 0.90 0.22
HSL 22.46º 0.81% 0.43% -
HSV(B) 22.46º 0.9% 0.78% -
XYZ 27.44 19.31 2.99 -
YUV 113.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 200 88 21 0 0.56 0.90 0.22 22.46 0.81 0.43
Hex C8 58 15 0 38 5A 16 16 51 2B
Octal 310 130 25 0 70 132 26 26 121 53
Binary 11001000 1011000 10101 0 111000 1011010 10110 10110 1010001 101011

Color Harmonies of #C85815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85815

Black with #C85815

Text Example


Text Example

White with #C85815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85815; }

 p { color: rgb(200,88,21); }

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

background-color css

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

 a { background-color: rgb(200,88,21); }

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

border-color css

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

 span { border-color: rgb(200,88,21); }

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