Shades of Red Damask #CC6F42
Tints of Red Damask #CC6F42
RGB
CMYK
RGB Variations
Color information
#CC6F42 (or 0xCC6F42) is known color: Red Damask. HEX triplet: CC, 6F and 42. RGB value is (204,111,66). Sum of RGB (Red+Green+Blue) = 204+111+66=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F42 is #3390BD. Grayscale: #858585. Windows color (decimal): -3379390 or 4353996. OLE color: 4353996.
HSL color Cylindrical-coordinate representation of color #CC6F42: hue angle of 19.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC6F42 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 66 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.2 |
| HSL | 19.57º | 0.58% | 0.53% | - |
| HSV(B) | 19.57º | 0.68% | 0.8% | - |
| XYZ | 31.57 | 24.6 | 8.24 | - |
| YUV | 133.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 66 | 0 | 0.46 | 0.68 | 0.2 | 19.57 | 0.58 | 0.53 |
| Hex | CC | 6F | 42 | 0 | 2E | 44 | 14 | 14 | 3A | 35 |
| Octal | 314 | 157 | 102 | 0 | 56 | 104 | 24 | 24 | 72 | 65 |
| Binary | 11001100 | 1101111 | 1000010 | 0 | 101110 | 1000100 | 10100 | 10100 | 111010 | 110101 |
Color Harmonies of #CC6F42
Complementary color
Monochromatic Colors of #CC6F42
Black with #CC6F42
Text Example
Text Example
White with #CC6F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F42; }
p { color: rgb(204,111,66); }
H1.HeaderClassName
{
color: #CC6F42;
}
.AnyTagClassName
{
color: #CC6F42;
}
</style>
background-color css
<style>
a { background-color: #CC6F42; }
a { background-color: rgb(204,111,66); }
div.DivClassName
{
background-color: #CC6F42;
}
.BgClassName
{
background-color: #CC6F42;
}
</style>
border-color css
<style>
span { border-color: #CC6F42; }
span { border-color: rgb(204,111,66); }
td.TdClassName
{
border-color: #CC6F42;
}
.TagClassName
{
border-color: #CC6F42;
}
</style>