Html Css Color HEX #C85F14 Chocolate

📋 copy color: '#C85F14'

red 200 ◦ green 95 ◦ blue 20

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

Shades of Chocolate #C85F14

Tints of Chocolate #C85F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.16%

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 63.49%
G = 30.16%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C85F14 (or 0xC85F14) is known color: Chocolate. HEX triplet: C8, 5F and 14. RGB value is (200,95,20). Sum of RGB (Red+Green+Blue) = 200+95+20=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85F14 is #37A0EB. Grayscale: #767676. Windows color (decimal): -3645676 or 1335240. OLE color: 1335240.

HSL color Cylindrical-coordinate representation of color #C85F14: hue angle of 25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C85F14 is Cyan = 0, Magento = 0.52, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 95 20 -
CMYK 0 0.52 0.9 0.22
HSL 25º 0.82% 0.43% -
HSV(B) 25º 0.9% 0.78% -
XYZ 28.04 20.51 3.14 -
YUV 117.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 200 95 20 0 0.52 0.9 0.22 25 0.82 0.43
Hex C8 5F 14 0 34 5A 16 19 52 2B
Octal 310 137 24 0 64 132 26 31 122 53
Binary 11001000 1011111 10100 0 110100 1011010 10110 11001 1010010 101011

Color Harmonies of #C85F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F14

Black with #C85F14

Text Example


Text Example

White with #C85F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F14; }

 p { color: rgb(200,95,20); }

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

background-color css

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

 a { background-color: rgb(200,95,20); }

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

border-color css

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

 span { border-color: rgb(200,95,20); }

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