Shades of Red Damask #CC754E
Tints of Red Damask #CC754E
RGB
CMYK
RGB Variations
Color information
#CC754E (or 0xCC754E) is known color: Red Damask. HEX triplet: CC, 75 and 4E. RGB value is (204,117,78). Sum of RGB (Red+Green+Blue) = 204+117+78=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC754E is #338AB1. Grayscale: #8A8A8A. Windows color (decimal): -3377842 or 5141964. OLE color: 5141964.
HSL color Cylindrical-coordinate representation of color #CC754E: hue angle of 18.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC754E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 78 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.2 |
| HSL | 18.57º | 0.55% | 0.55% | - |
| HSV(B) | 18.57º | 0.62% | 0.8% | - |
| XYZ | 32.64 | 26.11 | 10.53 | - |
| YUV | 138.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 78 | 0 | 0.43 | 0.62 | 0.2 | 18.57 | 0.55 | 0.55 |
| Hex | CC | 75 | 4E | 0 | 2B | 3E | 14 | 13 | 37 | 37 |
| Octal | 314 | 165 | 116 | 0 | 53 | 76 | 24 | 23 | 67 | 67 |
| Binary | 11001100 | 1110101 | 1001110 | 0 | 101011 | 111110 | 10100 | 10011 | 110111 | 110111 |
Color Harmonies of #CC754E
Complementary color
Monochromatic Colors of #CC754E
Black with #CC754E
Text Example
Text Example
White with #CC754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC754E; }
p { color: rgb(204,117,78); }
H1.HeaderClassName
{
color: #CC754E;
}
.AnyTagClassName
{
color: #CC754E;
}
</style>
background-color css
<style>
a { background-color: #CC754E; }
a { background-color: rgb(204,117,78); }
div.DivClassName
{
background-color: #CC754E;
}
.BgClassName
{
background-color: #CC754E;
}
</style>
border-color css
<style>
span { border-color: #CC754E; }
span { border-color: rgb(204,117,78); }
td.TdClassName
{
border-color: #CC754E;
}
.TagClassName
{
border-color: #CC754E;
}
</style>