#C2660F

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

Shades of Chocolate #C2660F

Tints of Chocolate #C2660F

Color information

#C2660F (or 0xC2660F) is unknown color: approx Chocolate. HEX triplet: C2, 66 and 0F. RGB value is (194,102,15). Sum of RGB (Red+Green+Blue) = 194+102+15=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2660F is #3D99F0. Grayscale: #787878. Windows color (decimal): -4037105 or 1009346. OLE color: 1009346.

HSL color Cylindrical-coordinate representation of color #C2660F: hue angle of 29.16º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2660F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB19410215-
CMYK00.470.920.24
HSL29.16º85.65%40.98%-
HSV(B)29.16º92.27%76.08%-
XYZ27.0921.013.08-
YUV119.5968.98181.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.38%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 15 (6.25% from 255) = 4.82%
R=62.38%
G=32.80%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941021500.470.920.2429.1685.6540.98
HexC266F02F5C181d5629
Octal30214617057134303512651
Binary11000010110011011110101111101110011000111011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2660F; }

 p { color: rgb(194,102,15); }

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

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

 a { background-color: rgb(194,102,15); }

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

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

 span { border-color: rgb(194,102,15); }

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