Shades of Red Damask #CC6951
Tints of Red Damask #CC6951
RGB
CMYK
RGB Variations
Color information
#CC6951 (or 0xCC6951) is known color: Red Damask. HEX triplet: CC, 69 and 51. RGB value is (204,105,81). Sum of RGB (Red+Green+Blue) = 204+105+81=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6951 is #3396AE. Grayscale: #848484. Windows color (decimal): -3380911 or 5335500. OLE color: 5335500.
HSL color Cylindrical-coordinate representation of color #CC6951: hue angle of 11.71º 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 #CC6951 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 81 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.2 |
| HSL | 11.71º | 0.55% | 0.56% | - |
| HSV(B) | 11.71º | 0.6% | 0.8% | - |
| XYZ | 31.44 | 23.53 | 10.67 | - |
| YUV | 131.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 81 | 0 | 0.49 | 0.60 | 0.2 | 11.71 | 0.55 | 0.56 |
| Hex | CC | 69 | 51 | 0 | 31 | 3C | 14 | C | 37 | 38 |
| Octal | 314 | 151 | 121 | 0 | 61 | 74 | 24 | 14 | 67 | 70 |
| Binary | 11001100 | 1101001 | 1010001 | 0 | 110001 | 111100 | 10100 | 1100 | 110111 | 111000 |
Color Harmonies of #CC6951
Complementary color
Monochromatic Colors of #CC6951
Black with #CC6951
Text Example
Text Example
White with #CC6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6951; }
p { color: rgb(204,105,81); }
H1.HeaderClassName
{
color: #CC6951;
}
.AnyTagClassName
{
color: #CC6951;
}
</style>
background-color css
<style>
a { background-color: #CC6951; }
a { background-color: rgb(204,105,81); }
div.DivClassName
{
background-color: #CC6951;
}
.BgClassName
{
background-color: #CC6951;
}
</style>
border-color css
<style>
span { border-color: #CC6951; }
span { border-color: rgb(204,105,81); }
td.TdClassName
{
border-color: #CC6951;
}
.TagClassName
{
border-color: #CC6951;
}
</style>