#cc6b49

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

Shades of Red Damask #CC6B49

Tints of Red Damask #CC6B49

Color information

#CC6B49 (or 0xCC6B49) is unknown color: approx Red Damask. HEX triplet: CC, 6B and 49. RGB value is (204,107,73). Sum of RGB (Red+Green+Blue) = 204+107+73=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B49 is #3394B6. Grayscale: #848484. Windows color (decimal): -3380407 or 4811724. OLE color: 4811724.

HSL color Cylindrical-coordinate representation of color #CC6B49: hue angle of 15.57º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC6B49 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20410773-
CMYK00.480.640.2
HSL15.57º56.22%54.31%-
HSV(B)15.57º64.22%80%-
XYZ31.3623.839.25-
YUV132.1394.64179.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.12%
GREEN value IS 107 (42.19% from 255) = 27.86%
BLUE value IS 73 (28.91% from 255) = 19.01%
R=53.12%
G=27.86%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041077300.480.640.215.5756.2254.31
HexCC6B490304014103836
Octal31415311106010024207066
Binary1100110011010111001001011000010000001010010000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6b49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6b49; }

 p { color: rgb(204,107,73); }

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

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

 a { background-color: rgb(204,107,73); }

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

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

 span { border-color: rgb(204,107,73); }

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