Shades of Red Damask #CC6A4A
Tints of Red Damask #CC6A4A
RGB
CMYK
RGB Variations
Color information
#CC6A4A (or 0xCC6A4A) is known color: Red Damask. HEX triplet: CC, 6A and 4A. RGB value is (204,106,74). Sum of RGB (Red+Green+Blue) = 204+106+74=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A4A is #3395B5. Grayscale: #838383. Windows color (decimal): -3380662 or 4877004. OLE color: 4877004.
HSL color Cylindrical-coordinate representation of color #CC6A4A: hue angle of 14.77º 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 #CC6A4A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 74 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.2 |
| HSL | 14.77º | 0.56% | 0.55% | - |
| HSV(B) | 14.77º | 0.64% | 0.8% | - |
| XYZ | 31.29 | 23.64 | 9.39 | - |
| YUV | 131.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 74 | 0 | 0.48 | 0.64 | 0.2 | 14.77 | 0.56 | 0.55 |
| Hex | CC | 6A | 4A | 0 | 30 | 40 | 14 | F | 38 | 37 |
| Octal | 314 | 152 | 112 | 0 | 60 | 100 | 24 | 17 | 70 | 67 |
| Binary | 11001100 | 1101010 | 1001010 | 0 | 110000 | 1000000 | 10100 | 1111 | 111000 | 110111 |
Color Harmonies of #CC6A4A
Complementary color
Monochromatic Colors of #CC6A4A
Black with #CC6A4A
Text Example
Text Example
White with #CC6A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A4A; }
p { color: rgb(204,106,74); }
H1.HeaderClassName
{
color: #CC6A4A;
}
.AnyTagClassName
{
color: #CC6A4A;
}
</style>
background-color css
<style>
a { background-color: #CC6A4A; }
a { background-color: rgb(204,106,74); }
div.DivClassName
{
background-color: #CC6A4A;
}
.BgClassName
{
background-color: #CC6A4A;
}
</style>
border-color css
<style>
span { border-color: #CC6A4A; }
span { border-color: rgb(204,106,74); }
td.TdClassName
{
border-color: #CC6A4A;
}
.TagClassName
{
border-color: #CC6A4A;
}
</style>