#C2611B

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

Shades of Chocolate #C2611B

Tints of Chocolate #C2611B

Color information

#C2611B (or 0xC2611B) is unknown color: approx Chocolate. HEX triplet: C2, 61 and 1B. RGB value is (194,97,27). Sum of RGB (Red+Green+Blue) = 194+97+27=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C2611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2611B is #3D9EE4. Grayscale: #767676. Windows color (decimal): -4038373 or 1794498. OLE color: 1794498.

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

Color convert

RGB1949727-
CMYK00.500.860.24
HSL25.15º75.57%43.33%-
HSV(B)25.15º86.08%76.08%-
XYZ26.7220.13.51-
YUV118.0276.64182.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.01%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 27 (10.94% from 255) = 8.49%
R=61.01%
G=30.50%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194972700.500.860.2425.1575.5743.33
HexC2611B0325618194c2b
Octal30214133062126303111453
Binary110000101100001110110110010101011011000110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2611B; }

 p { color: rgb(194,97,27); }

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

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

 a { background-color: rgb(194,97,27); }

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

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

 span { border-color: rgb(194,97,27); }

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