Shades of Red Damask #CC6C51
Tints of Red Damask #CC6C51
RGB
CMYK
RGB Variations
Color information
#CC6C51 (or 0xCC6C51) is known color: Red Damask. HEX triplet: CC, 6C and 51. RGB value is (204,108,81). Sum of RGB (Red+Green+Blue) = 204+108+81=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C51 is #3393AE. Grayscale: #858585. Windows color (decimal): -3380143 or 5336268. OLE color: 5336268.
HSL color Cylindrical-coordinate representation of color #CC6C51: hue angle of 13.17º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC6C51 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 81 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.2 |
| HSL | 13.17º | 0.55% | 0.56% | - |
| HSV(B) | 13.17º | 0.6% | 0.8% | - |
| XYZ | 31.75 | 24.16 | 10.77 | - |
| YUV | 133.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 81 | 0 | 0.47 | 0.60 | 0.2 | 13.17 | 0.55 | 0.56 |
| Hex | CC | 6C | 51 | 0 | 2F | 3C | 14 | D | 37 | 38 |
| Octal | 314 | 154 | 121 | 0 | 57 | 74 | 24 | 15 | 67 | 70 |
| Binary | 11001100 | 1101100 | 1010001 | 0 | 101111 | 111100 | 10100 | 1101 | 110111 | 111000 |
Color Harmonies of #CC6C51
Complementary color
Monochromatic Colors of #CC6C51
Black with #CC6C51
Text Example
Text Example
White with #CC6C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C51; }
p { color: rgb(204,108,81); }
H1.HeaderClassName
{
color: #CC6C51;
}
.AnyTagClassName
{
color: #CC6C51;
}
</style>
background-color css
<style>
a { background-color: #CC6C51; }
a { background-color: rgb(204,108,81); }
div.DivClassName
{
background-color: #CC6C51;
}
.BgClassName
{
background-color: #CC6C51;
}
</style>
border-color css
<style>
span { border-color: #CC6C51; }
span { border-color: rgb(204,108,81); }
td.TdClassName
{
border-color: #CC6C51;
}
.TagClassName
{
border-color: #CC6C51;
}
</style>