#C16C0C

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

Shades of Chocolate #C16C0C

Tints of Chocolate #C16C0C

Color information

#C16C0C (or 0xC16C0C) is unknown color: approx Chocolate. HEX triplet: C1, 6C and 0C. RGB value is (193,108,12). Sum of RGB (Red+Green+Blue) = 193+108+12=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16C0C is #3E93F3. Grayscale: #7A7A7A. Windows color (decimal): -4101108 or 814273. OLE color: 814273.

HSL color Cylindrical-coordinate representation of color #C16C0C: hue angle of 31.82º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C16C0C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19310812-
CMYK00.440.940.24
HSL31.82º88.29%40.2%-
HSV(B)31.82º93.78%75.69%-
XYZ27.4222.093.17-
YUV122.4765.66178.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 12 (5.08% from 255) = 3.83%
R=61.66%
G=34.50%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931081200.440.940.2431.8288.2940.2
HexC16CC02C5E18205828
Octal30115414054136304013050
Binary110000011101100110001011001011110110001000001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C0C; }

 p { color: rgb(193,108,12); }

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

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

 a { background-color: rgb(193,108,12); }

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

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

 span { border-color: rgb(193,108,12); }

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