Html Css Color HEX #C85D15 Chocolate

📋 copy color: '#C85D15'

red 200 ◦ green 93 ◦ blue 21

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

Shades of Chocolate #C85D15

Tints of Chocolate #C85D15

RGB

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

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

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

R = 63.69%
G = 29.62%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C85D15 (or 0xC85D15) is known color: Chocolate. HEX triplet: C8, 5D and 15. RGB value is (200,93,21). Sum of RGB (Red+Green+Blue) = 200+93+21=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85D15 is #37A2EA. Grayscale: #757575. Windows color (decimal): -3646187 or 1400264. OLE color: 1400264.

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

Color convert

RGB 200 93 21 -
CMYK 0 0.54 0.90 0.22
HSL 24.13º 0.81% 0.43% -
HSV(B) 24.13º 0.9% 0.78% -
XYZ 27.87 20.16 3.13 -
YUV 116.79 73.95 187.35 -
System Red Green Blue C M Y K H S L
Decimal 200 93 21 0 0.54 0.90 0.22 24.13 0.81 0.43
Hex C8 5D 15 0 36 5A 16 18 51 2B
Octal 310 135 25 0 66 132 26 30 121 53
Binary 11001000 1011101 10101 0 110110 1011010 10110 11000 1010001 101011

Color Harmonies of #C85D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D15

Black with #C85D15

Text Example


Text Example

White with #C85D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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