Shades of Old Rose #CC3455
Tints of Old Rose #CC3455
RGB
CMYK
RGB Variations
Color information
#CC3455 (or 0xCC3455) is known color: Old Rose. HEX triplet: CC, 34 and 55. RGB value is (204,52,85). Sum of RGB (Red+Green+Blue) = 204+52+85=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3455 is #33CBAA. Grayscale: #656565. Windows color (decimal): -3394475 or 5584076. OLE color: 5584076.
HSL color Cylindrical-coordinate representation of color #CC3455: hue angle of 346.97º 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 #CC3455 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 85 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.2 |
| HSL | 346.97º | 0.6% | 0.5% | - |
| HSV(B) | 346.97º | 0.75% | 0.8% | - |
| XYZ | 27.77 | 15.95 | 10.21 | - |
| YUV | 101.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 85 | 0 | 0.75 | 0.58 | 0.2 | 346.97 | 0.6 | 0.5 |
| Hex | CC | 34 | 55 | 0 | 4B | 3A | 14 | 15B | 3C | 32 |
| Octal | 314 | 64 | 125 | 0 | 113 | 72 | 24 | 533 | 74 | 62 |
| Binary | 11001100 | 110100 | 1010101 | 0 | 1001011 | 111010 | 10100 | 101011011 | 111100 | 110010 |
Color Harmonies of #CC3455
Complementary color
Monochromatic Colors of #CC3455
Black with #CC3455
Text Example
Text Example
White with #CC3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3455; }
p { color: rgb(204,52,85); }
H1.HeaderClassName
{
color: #CC3455;
}
.AnyTagClassName
{
color: #CC3455;
}
</style>
background-color css
<style>
a { background-color: #CC3455; }
a { background-color: rgb(204,52,85); }
div.DivClassName
{
background-color: #CC3455;
}
.BgClassName
{
background-color: #CC3455;
}
</style>
border-color css
<style>
span { border-color: #CC3455; }
span { border-color: rgb(204,52,85); }
td.TdClassName
{
border-color: #CC3455;
}
.TagClassName
{
border-color: #CC3455;
}
</style>