Shades of Old Rose #CC3459
Tints of Old Rose #CC3459
RGB
CMYK
RGB Variations
Color information
#CC3459 (or 0xCC3459) is known color: Old Rose. HEX triplet: CC, 34 and 59. RGB value is (204,52,89). Sum of RGB (Red+Green+Blue) = 204+52+89=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3459 is #33CBA6. Grayscale: #656565. Windows color (decimal): -3394471 or 5846220. OLE color: 5846220.
HSL color Cylindrical-coordinate representation of color #CC3459: hue angle of 345.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3459 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 89 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.2 |
| HSL | 345.39º | 0.6% | 0.5% | - |
| HSV(B) | 345.39º | 0.75% | 0.8% | - |
| XYZ | 27.93 | 16.01 | 11.07 | - |
| YUV | 101.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 89 | 0 | 0.75 | 0.56 | 0.2 | 345.39 | 0.6 | 0.5 |
| Hex | CC | 34 | 59 | 0 | 4B | 38 | 14 | 159 | 3C | 32 |
| Octal | 314 | 64 | 131 | 0 | 113 | 70 | 24 | 531 | 74 | 62 |
| Binary | 11001100 | 110100 | 1011001 | 0 | 1001011 | 111000 | 10100 | 101011001 | 111100 | 110010 |
Color Harmonies of #CC3459
Complementary color
Monochromatic Colors of #CC3459
Black with #CC3459
Text Example
Text Example
White with #CC3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3459; }
p { color: rgb(204,52,89); }
H1.HeaderClassName
{
color: #CC3459;
}
.AnyTagClassName
{
color: #CC3459;
}
</style>
background-color css
<style>
a { background-color: #CC3459; }
a { background-color: rgb(204,52,89); }
div.DivClassName
{
background-color: #CC3459;
}
.BgClassName
{
background-color: #CC3459;
}
</style>
border-color css
<style>
span { border-color: #CC3459; }
span { border-color: rgb(204,52,89); }
td.TdClassName
{
border-color: #CC3459;
}
.TagClassName
{
border-color: #CC3459;
}
</style>