Shades of Red Damask #CC6A41
Tints of Red Damask #CC6A41
RGB
CMYK
RGB Variations
Color information
#CC6A41 (or 0xCC6A41) is known color: Red Damask. HEX triplet: CC, 6A and 41. RGB value is (204,106,65). Sum of RGB (Red+Green+Blue) = 204+106+65=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A41 is #3395BE. Grayscale: #828282. Windows color (decimal): -3380671 or 4287180. OLE color: 4287180.
HSL color Cylindrical-coordinate representation of color #CC6A41: hue angle of 17.7º degrees, saturation: 0.58, 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 #CC6A41 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 65 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.2 |
| HSL | 17.7º | 0.58% | 0.53% | - |
| HSV(B) | 17.7º | 0.68% | 0.8% | - |
| XYZ | 31.01 | 23.53 | 7.91 | - |
| YUV | 130.63 | 90.97 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 65 | 0 | 0.48 | 0.68 | 0.2 | 17.7 | 0.58 | 0.53 |
| Hex | CC | 6A | 41 | 0 | 30 | 44 | 14 | 12 | 3A | 35 |
| Octal | 314 | 152 | 101 | 0 | 60 | 104 | 24 | 22 | 72 | 65 |
| Binary | 11001100 | 1101010 | 1000001 | 0 | 110000 | 1000100 | 10100 | 10010 | 111010 | 110101 |
Color Harmonies of #CC6A41
Complementary color
Monochromatic Colors of #CC6A41
Black with #CC6A41
Text Example
Text Example
White with #CC6A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A41; }
p { color: rgb(204,106,65); }
H1.HeaderClassName
{
color: #CC6A41;
}
.AnyTagClassName
{
color: #CC6A41;
}
</style>
background-color css
<style>
a { background-color: #CC6A41; }
a { background-color: rgb(204,106,65); }
div.DivClassName
{
background-color: #CC6A41;
}
.BgClassName
{
background-color: #CC6A41;
}
</style>
border-color css
<style>
span { border-color: #CC6A41; }
span { border-color: rgb(204,106,65); }
td.TdClassName
{
border-color: #CC6A41;
}
.TagClassName
{
border-color: #CC6A41;
}
</style>