Shades of Old Rose #CC204C
Tints of Old Rose #CC204C
RGB
CMYK
RGB Variations
Color information
#CC204C (or 0xCC204C) is known color: Old Rose. HEX triplet: CC, 20 and 4C. RGB value is (204,32,76). Sum of RGB (Red+Green+Blue) = 204+32+76=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC204C is #33DFB3. Grayscale: #585858. Windows color (decimal): -3399604 or 4989132. OLE color: 4989132.
HSL color Cylindrical-coordinate representation of color #CC204C: hue angle of 344.65º 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 #CC204C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 76 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.2 |
| HSL | 344.65º | 0.73% | 0.46% | - |
| HSV(B) | 344.65º | 0.84% | 0.8% | - |
| XYZ | 26.72 | 14.39 | 8.21 | - |
| YUV | 88.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 76 | 0 | 0.84 | 0.63 | 0.2 | 344.65 | 0.73 | 0.46 |
| Hex | CC | 20 | 4C | 0 | 54 | 3F | 14 | 159 | 49 | 2E |
| Octal | 314 | 40 | 114 | 0 | 124 | 77 | 24 | 531 | 111 | 56 |
| Binary | 11001100 | 100000 | 1001100 | 0 | 1010100 | 111111 | 10100 | 101011001 | 1001001 | 101110 |
Color Harmonies of #CC204C
Complementary color
Monochromatic Colors of #CC204C
Black with #CC204C
Text Example
Text Example
White with #CC204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC204C; }
p { color: rgb(204,32,76); }
H1.HeaderClassName
{
color: #CC204C;
}
.AnyTagClassName
{
color: #CC204C;
}
</style>
background-color css
<style>
a { background-color: #CC204C; }
a { background-color: rgb(204,32,76); }
div.DivClassName
{
background-color: #CC204C;
}
.BgClassName
{
background-color: #CC204C;
}
</style>
border-color css
<style>
span { border-color: #CC204C; }
span { border-color: rgb(204,32,76); }
td.TdClassName
{
border-color: #CC204C;
}
.TagClassName
{
border-color: #CC204C;
}
</style>