Shades of Old Rose #CC3258
Tints of Old Rose #CC3258
RGB
CMYK
RGB Variations
Color information
#CC3258 (or 0xCC3258) is known color: Old Rose. HEX triplet: CC, 32 and 58. RGB value is (204,50,88). Sum of RGB (Red+Green+Blue) = 204+50+88=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3258 is #33CDA7. Grayscale: #646464. Windows color (decimal): -3394984 or 5780172. OLE color: 5780172.
HSL color Cylindrical-coordinate representation of color #CC3258: hue angle of 345.19º degrees, saturation: 0.61, 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 #CC3258 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 88 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.2 |
| HSL | 345.19º | 0.61% | 0.5% | - |
| HSV(B) | 345.19º | 0.75% | 0.8% | - |
| XYZ | 27.8 | 15.82 | 10.82 | - |
| YUV | 100.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 88 | 0 | 0.75 | 0.57 | 0.2 | 345.19 | 0.61 | 0.5 |
| Hex | CC | 32 | 58 | 0 | 4B | 39 | 14 | 159 | 3D | 32 |
| Octal | 314 | 62 | 130 | 0 | 113 | 71 | 24 | 531 | 75 | 62 |
| Binary | 11001100 | 110010 | 1011000 | 0 | 1001011 | 111001 | 10100 | 101011001 | 111101 | 110010 |
Color Harmonies of #CC3258
Complementary color
Monochromatic Colors of #CC3258
Black with #CC3258
Text Example
Text Example
White with #CC3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3258; }
p { color: rgb(204,50,88); }
H1.HeaderClassName
{
color: #CC3258;
}
.AnyTagClassName
{
color: #CC3258;
}
</style>
background-color css
<style>
a { background-color: #CC3258; }
a { background-color: rgb(204,50,88); }
div.DivClassName
{
background-color: #CC3258;
}
.BgClassName
{
background-color: #CC3258;
}
</style>
border-color css
<style>
span { border-color: #CC3258; }
span { border-color: rgb(204,50,88); }
td.TdClassName
{
border-color: #CC3258;
}
.TagClassName
{
border-color: #CC3258;
}
</style>