Shades of Red Damask #CC7250
Tints of Red Damask #CC7250
RGB
CMYK
RGB Variations
Color information
#CC7250 (or 0xCC7250) is known color: Red Damask. HEX triplet: CC, 72 and 50. RGB value is (204,114,80). Sum of RGB (Red+Green+Blue) = 204+114+80=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7250 is #338DAF. Grayscale: #898989. Windows color (decimal): -3378608 or 5272268. OLE color: 5272268.
HSL color Cylindrical-coordinate representation of color #CC7250: hue angle of 16.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC7250 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 80 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.2 |
| HSL | 16.45º | 0.55% | 0.56% | - |
| HSV(B) | 16.45º | 0.61% | 0.8% | - |
| XYZ | 32.37 | 25.45 | 10.8 | - |
| YUV | 137.03 | 95.82 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 80 | 0 | 0.44 | 0.61 | 0.2 | 16.45 | 0.55 | 0.56 |
| Hex | CC | 72 | 50 | 0 | 2C | 3D | 14 | 10 | 37 | 38 |
| Octal | 314 | 162 | 120 | 0 | 54 | 75 | 24 | 20 | 67 | 70 |
| Binary | 11001100 | 1110010 | 1010000 | 0 | 101100 | 111101 | 10100 | 10000 | 110111 | 111000 |
Color Harmonies of #CC7250
Complementary color
Monochromatic Colors of #CC7250
Black with #CC7250
Text Example
Text Example
White with #CC7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7250; }
p { color: rgb(204,114,80); }
H1.HeaderClassName
{
color: #CC7250;
}
.AnyTagClassName
{
color: #CC7250;
}
</style>
background-color css
<style>
a { background-color: #CC7250; }
a { background-color: rgb(204,114,80); }
div.DivClassName
{
background-color: #CC7250;
}
.BgClassName
{
background-color: #CC7250;
}
</style>
border-color css
<style>
span { border-color: #CC7250; }
span { border-color: rgb(204,114,80); }
td.TdClassName
{
border-color: #CC7250;
}
.TagClassName
{
border-color: #CC7250;
}
</style>