Shades of Old Rose #CC2958
Tints of Old Rose #CC2958
RGB
CMYK
RGB Variations
Color information
#CC2958 (or 0xCC2958) is known color: Old Rose. HEX triplet: CC, 29 and 58. RGB value is (204,41,88). Sum of RGB (Red+Green+Blue) = 204+41+88=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2958 is #33D6A7. Grayscale: #5F5F5F. Windows color (decimal): -3397288 or 5777868. OLE color: 5777868.
HSL color Cylindrical-coordinate representation of color #CC2958: hue angle of 342.7º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2958 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 88 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.2 |
| HSL | 342.7º | 0.67% | 0.48% | - |
| HSV(B) | 342.7º | 0.8% | 0.8% | - |
| XYZ | 27.46 | 15.13 | 10.71 | - |
| YUV | 95.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 88 | 0 | 0.80 | 0.57 | 0.2 | 342.7 | 0.67 | 0.48 |
| Hex | CC | 29 | 58 | 0 | 50 | 39 | 14 | 157 | 43 | 30 |
| Octal | 314 | 51 | 130 | 0 | 120 | 71 | 24 | 527 | 103 | 60 |
| Binary | 11001100 | 101001 | 1011000 | 0 | 1010000 | 111001 | 10100 | 101010111 | 1000011 | 110000 |
Color Harmonies of #CC2958
Complementary color
Monochromatic Colors of #CC2958
Black with #CC2958
Text Example
Text Example
White with #CC2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2958; }
p { color: rgb(204,41,88); }
H1.HeaderClassName
{
color: #CC2958;
}
.AnyTagClassName
{
color: #CC2958;
}
</style>
background-color css
<style>
a { background-color: #CC2958; }
a { background-color: rgb(204,41,88); }
div.DivClassName
{
background-color: #CC2958;
}
.BgClassName
{
background-color: #CC2958;
}
</style>
border-color css
<style>
span { border-color: #CC2958; }
span { border-color: rgb(204,41,88); }
td.TdClassName
{
border-color: #CC2958;
}
.TagClassName
{
border-color: #CC2958;
}
</style>