Html Css Color HEX #C85C19 Chocolate

📋 copy color: '#C85C19'

red 200 ◦ green 92 ◦ blue 25

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

Shades of Chocolate #C85C19

Tints of Chocolate #C85C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.89%

R = 63.09%
G = 29.02%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85C19 (or 0xC85C19) is known color: Chocolate. HEX triplet: C8, 5C and 19. RGB value is (200,92,25). Sum of RGB (Red+Green+Blue) = 200+92+25=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C19 is #37A3E6. Grayscale: #757575. Windows color (decimal): -3646439 or 1662152. OLE color: 1662152.

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

Color convert

RGB 200 92 25 -
CMYK 0 0.54 0.88 0.22
HSL 22.97º 0.78% 0.44% -
HSV(B) 22.97º 0.88% 0.78% -
XYZ 27.82 20 3.31 -
YUV 116.65 76.28 187.45 -
System Red Green Blue C M Y K H S L
Decimal 200 92 25 0 0.54 0.88 0.22 22.97 0.78 0.44
Hex C8 5C 19 0 36 58 16 17 4E 2C
Octal 310 134 31 0 66 130 26 27 116 54
Binary 11001000 1011100 11001 0 110110 1011000 10110 10111 1001110 101100

Color Harmonies of #C85C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C19

Black with #C85C19

Text Example


Text Example

White with #C85C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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