Shades of Old Rose #CC2352
Tints of Old Rose #CC2352
RGB
CMYK
RGB Variations
Color information
#CC2352 (or 0xCC2352) is known color: Old Rose. HEX triplet: CC, 23 and 52. RGB value is (204,35,82). Sum of RGB (Red+Green+Blue) = 204+35+82=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2352 is #33DCAD. Grayscale: #5A5A5A. Windows color (decimal): -3398830 or 5383116. OLE color: 5383116.
HSL color Cylindrical-coordinate representation of color #CC2352: hue angle of 343.31º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2352 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 82 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.2 |
| HSL | 343.31º | 0.71% | 0.47% | - |
| HSV(B) | 343.31º | 0.83% | 0.8% | - |
| XYZ | 27.03 | 14.65 | 9.39 | - |
| YUV | 90.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 82 | 0 | 0.83 | 0.60 | 0.2 | 343.31 | 0.71 | 0.47 |
| Hex | CC | 23 | 52 | 0 | 53 | 3C | 14 | 157 | 47 | 2F |
| Octal | 314 | 43 | 122 | 0 | 123 | 74 | 24 | 527 | 107 | 57 |
| Binary | 11001100 | 100011 | 1010010 | 0 | 1010011 | 111100 | 10100 | 101010111 | 1000111 | 101111 |
Color Harmonies of #CC2352
Complementary color
Monochromatic Colors of #CC2352
Black with #CC2352
Text Example
Text Example
White with #CC2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2352; }
p { color: rgb(204,35,82); }
H1.HeaderClassName
{
color: #CC2352;
}
.AnyTagClassName
{
color: #CC2352;
}
</style>
background-color css
<style>
a { background-color: #CC2352; }
a { background-color: rgb(204,35,82); }
div.DivClassName
{
background-color: #CC2352;
}
.BgClassName
{
background-color: #CC2352;
}
</style>
border-color css
<style>
span { border-color: #CC2352; }
span { border-color: rgb(204,35,82); }
td.TdClassName
{
border-color: #CC2352;
}
.TagClassName
{
border-color: #CC2352;
}
</style>