Shades of Old Rose #CC204E
Tints of Old Rose #CC204E
RGB
CMYK
RGB Variations
Color information
#CC204E (or 0xCC204E) is known color: Old Rose. HEX triplet: CC, 20 and 4E. RGB value is (204,32,78). Sum of RGB (Red+Green+Blue) = 204+32+78=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC204E is #33DFB1. Grayscale: #585858. Windows color (decimal): -3399602 or 5120204. OLE color: 5120204.
HSL color Cylindrical-coordinate representation of color #CC204E: hue angle of 343.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC204E is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 78 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.2 |
| HSL | 343.95º | 0.73% | 0.46% | - |
| HSV(B) | 343.95º | 0.84% | 0.8% | - |
| XYZ | 26.79 | 14.42 | 8.58 | - |
| YUV | 88.67 | 121.98 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 78 | 0 | 0.84 | 0.62 | 0.2 | 343.95 | 0.73 | 0.46 |
| Hex | CC | 20 | 4E | 0 | 54 | 3E | 14 | 158 | 49 | 2E |
| Octal | 314 | 40 | 116 | 0 | 124 | 76 | 24 | 530 | 111 | 56 |
| Binary | 11001100 | 100000 | 1001110 | 0 | 1010100 | 111110 | 10100 | 101011000 | 1001001 | 101110 |
Color Harmonies of #CC204E
Complementary color
Monochromatic Colors of #CC204E
Black with #CC204E
Text Example
Text Example
White with #CC204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC204E; }
p { color: rgb(204,32,78); }
H1.HeaderClassName
{
color: #CC204E;
}
.AnyTagClassName
{
color: #CC204E;
}
</style>
background-color css
<style>
a { background-color: #CC204E; }
a { background-color: rgb(204,32,78); }
div.DivClassName
{
background-color: #CC204E;
}
.BgClassName
{
background-color: #CC204E;
}
</style>
border-color css
<style>
span { border-color: #CC204E; }
span { border-color: rgb(204,32,78); }
td.TdClassName
{
border-color: #CC204E;
}
.TagClassName
{
border-color: #CC204E;
}
</style>