#C2670E

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

Shades of Chocolate #C2670E

Tints of Chocolate #C2670E

Color information

#C2670E (or 0xC2670E) is unknown color: approx Chocolate. HEX triplet: C2, 67 and 0E. RGB value is (194,103,14). Sum of RGB (Red+Green+Blue) = 194+103+14=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2670E is #3D98F1. Grayscale: #787878. Windows color (decimal): -4036850 or 944066. OLE color: 944066.

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

Color convert

RGB19410314-
CMYK00.470.930.24
HSL29.67º86.54%40.78%-
HSV(B)29.67º92.78%76.08%-
XYZ27.1821.23.08-
YUV120.0668.15180.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.38%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 14 (5.86% from 255) = 4.50%
R=62.38%
G=33.12%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941031400.470.930.2429.6786.5440.78
HexC267E02F5D181e5729
Octal30214716057135303612751
Binary11000010110011111100101111101110111000111101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2670E; }

 p { color: rgb(194,103,14); }

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

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

 a { background-color: rgb(194,103,14); }

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

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

 span { border-color: rgb(194,103,14); }

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