Shades of Old Rose #CC2358
Tints of Old Rose #CC2358
RGB
CMYK
RGB Variations
Color information
#CC2358 (or 0xCC2358) is known color: Old Rose. HEX triplet: CC, 23 and 58. RGB value is (204,35,88). Sum of RGB (Red+Green+Blue) = 204+35+88=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2358 is #33DCA7. Grayscale: #5B5B5B. Windows color (decimal): -3398824 or 5776332. OLE color: 5776332.
HSL color Cylindrical-coordinate representation of color #CC2358: hue angle of 341.18º 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 #CC2358 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 88 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.2 |
| HSL | 341.18º | 0.71% | 0.47% | - |
| HSV(B) | 341.18º | 0.83% | 0.8% | - |
| XYZ | 27.26 | 14.74 | 10.64 | - |
| YUV | 91.57 | 125.99 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 88 | 0 | 0.83 | 0.57 | 0.2 | 341.18 | 0.71 | 0.47 |
| Hex | CC | 23 | 58 | 0 | 53 | 39 | 14 | 155 | 47 | 2F |
| Octal | 314 | 43 | 130 | 0 | 123 | 71 | 24 | 525 | 107 | 57 |
| Binary | 11001100 | 100011 | 1011000 | 0 | 1010011 | 111001 | 10100 | 101010101 | 1000111 | 101111 |
Color Harmonies of #CC2358
Complementary color
Monochromatic Colors of #CC2358
Black with #CC2358
Text Example
Text Example
White with #CC2358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2358; }
p { color: rgb(204,35,88); }
H1.HeaderClassName
{
color: #CC2358;
}
.AnyTagClassName
{
color: #CC2358;
}
</style>
background-color css
<style>
a { background-color: #CC2358; }
a { background-color: rgb(204,35,88); }
div.DivClassName
{
background-color: #CC2358;
}
.BgClassName
{
background-color: #CC2358;
}
</style>
border-color css
<style>
span { border-color: #CC2358; }
span { border-color: rgb(204,35,88); }
td.TdClassName
{
border-color: #CC2358;
}
.TagClassName
{
border-color: #CC2358;
}
</style>