#CC511B

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

Shades of Chocolate #CC511B

Tints of Chocolate #CC511B

Color information

#CC511B (or 0xCC511B) is unknown color: approx Chocolate. HEX triplet: CC, 51 and 1B. RGB value is (204,81,27). Sum of RGB (Red+Green+Blue) = 204+81+27=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC511B is #33AEE4. Grayscale: #6F6F6F. Windows color (decimal): -3387109 or 1790412. OLE color: 1790412.

HSL color Cylindrical-coordinate representation of color #CC511B: hue angle of 18.31º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC511B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2048127-
CMYK00.600.870.2
HSL18.31º76.62%45.29%-
HSV(B)18.31º86.76%80%-
XYZ28.0418.83.19-
YUV111.6280.25193.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.38%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=65.38%
G=25.96%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204812700.600.870.218.3176.6245.29
HexCC511B03C5714124d2d
Octal31412133074127242211555
Binary110011001010001110110111100101011110100100101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC511B; }

 p { color: rgb(204,81,27); }

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

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

 a { background-color: rgb(204,81,27); }

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

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

 span { border-color: rgb(204,81,27); }

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