Shades of Red Damask #CC6F4A
Tints of Red Damask #CC6F4A
RGB
CMYK
RGB Variations
Color information
#CC6F4A (or 0xCC6F4A) is known color: Red Damask. HEX triplet: CC, 6F and 4A. RGB value is (204,111,74). Sum of RGB (Red+Green+Blue) = 204+111+74=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F4A is #3390B5. Grayscale: #868686. Windows color (decimal): -3379382 or 4878284. OLE color: 4878284.
HSL color Cylindrical-coordinate representation of color #CC6F4A: hue angle of 17.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC6F4A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 74 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.2 |
| HSL | 17.08º | 0.56% | 0.55% | - |
| HSV(B) | 17.08º | 0.64% | 0.8% | - |
| XYZ | 31.82 | 24.7 | 9.57 | - |
| YUV | 134.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 74 | 0 | 0.46 | 0.64 | 0.2 | 17.08 | 0.56 | 0.55 |
| Hex | CC | 6F | 4A | 0 | 2E | 40 | 14 | 11 | 38 | 37 |
| Octal | 314 | 157 | 112 | 0 | 56 | 100 | 24 | 21 | 70 | 67 |
| Binary | 11001100 | 1101111 | 1001010 | 0 | 101110 | 1000000 | 10100 | 10001 | 111000 | 110111 |
Color Harmonies of #CC6F4A
Complementary color
Monochromatic Colors of #CC6F4A
Black with #CC6F4A
Text Example
Text Example
White with #CC6F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F4A; }
p { color: rgb(204,111,74); }
H1.HeaderClassName
{
color: #CC6F4A;
}
.AnyTagClassName
{
color: #CC6F4A;
}
</style>
background-color css
<style>
a { background-color: #CC6F4A; }
a { background-color: rgb(204,111,74); }
div.DivClassName
{
background-color: #CC6F4A;
}
.BgClassName
{
background-color: #CC6F4A;
}
</style>
border-color css
<style>
span { border-color: #CC6F4A; }
span { border-color: rgb(204,111,74); }
td.TdClassName
{
border-color: #CC6F4A;
}
.TagClassName
{
border-color: #CC6F4A;
}
</style>