#C2640F

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

Shades of Chocolate #C2640F

Tints of Chocolate #C2640F

Color information

#C2640F (or 0xC2640F) is unknown color: approx Chocolate. HEX triplet: C2, 64 and 0F. RGB value is (194,100,15). Sum of RGB (Red+Green+Blue) = 194+100+15=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2640F is #3D9BF0. Grayscale: #767676. Windows color (decimal): -4037617 or 1008834. OLE color: 1008834.

HSL color Cylindrical-coordinate representation of color #C2640F: hue angle of 28.49º 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 #C2640F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB19410015-
CMYK00.480.920.24
HSL28.49º85.65%40.98%-
HSV(B)28.49º92.27%76.08%-
XYZ26.8920.623.01-
YUV118.4269.64181.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 15 (6.25% from 255) = 4.85%
R=62.78%
G=32.36%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941001500.480.920.2428.4985.6540.98
HexC264F0305C181c5629
Octal30214417060134303412651
Binary11000010110010011110110000101110011000111001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2640F; }

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

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

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

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

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

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

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

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