#C05E14

Color #C05E14 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C05E14

Tints of Chocolate #C05E14

Color information

#C05E14 (or 0xC05E14) is unknown color: approx Chocolate. HEX triplet: C0, 5E and 14. RGB value is (192,94,20). Sum of RGB (Red+Green+Blue) = 192+94+20=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E14 is #3FA1EB. Grayscale: #737373. Windows color (decimal): -4170220 or 1334976. OLE color: 1334976.

HSL color Cylindrical-coordinate representation of color #C05E14: hue angle of 25.81º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05E14 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1929420-
CMYK00.510.900.25
HSL25.81º81.13%41.57%-
HSV(B)25.81º89.58%75.29%-
XYZ25.8719.263.02-
YUV114.8774.47183.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.75%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=62.75%
G=30.72%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192942000.510.900.2525.8181.1341.57
HexC05E140335A191a512a
Octal30013624063132313212152
Binary110000001011110101000110011101101011001110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E14; }

 p { color: rgb(192,94,20); }

 H1.HeaderClassName
 {
   color: #C05E14;
 }
 .AnyTagClassName
 {
   color: #C05E14;
 }
</style>
background-color css

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

 a { background-color: rgb(192,94,20); }

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

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

 span { border-color: rgb(192,94,20); }

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