Html Css Color HEX #C85E18 Chocolate

📋 copy color: '#C85E18'

red 200 ◦ green 94 ◦ blue 24

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

Shades of Chocolate #C85E18

Tints of Chocolate #C85E18

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 62.89%
G = 29.56%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85E18 (or 0xC85E18) is known color: Chocolate. HEX triplet: C8, 5E and 18. RGB value is (200,94,24). Sum of RGB (Red+Green+Blue) = 200+94+24=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E18 is #37A1E7. Grayscale: #767676. Windows color (decimal): -3645928 or 1597128. OLE color: 1597128.

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

Color convert

RGB 200 94 24 -
CMYK 0 0.53 0.88 0.22
HSL 23.86º 0.79% 0.44% -
HSV(B) 23.86º 0.88% 0.78% -
XYZ 27.99 20.35 3.32 -
YUV 117.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 200 94 24 0 0.53 0.88 0.22 23.86 0.79 0.44
Hex C8 5E 18 0 35 58 16 18 4F 2C
Octal 310 136 30 0 65 130 26 30 117 54
Binary 11001000 1011110 11000 0 110101 1011000 10110 11000 1001111 101100

Color Harmonies of #C85E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E18

Black with #C85E18

Text Example


Text Example

White with #C85E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E18; }

 p { color: rgb(200,94,24); }

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

background-color css

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

 a { background-color: rgb(200,94,24); }

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

border-color css

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

 span { border-color: rgb(200,94,24); }

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