Shades of Old Rose #CC295A
Tints of Old Rose #CC295A
RGB
CMYK
RGB Variations
Color information
#CC295A (or 0xCC295A) is known color: Old Rose. HEX triplet: CC, 29 and 5A. RGB value is (204,41,90). Sum of RGB (Red+Green+Blue) = 204+41+90=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC295A is #33D6A5. Grayscale: #5F5F5F. Windows color (decimal): -3397286 or 5908940. OLE color: 5908940.
HSL color Cylindrical-coordinate representation of color #CC295A: hue angle of 341.96º 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 #CC295A is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 90 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.2 |
| HSL | 341.96º | 0.67% | 0.48% | - |
| HSV(B) | 341.96º | 0.8% | 0.8% | - |
| XYZ | 27.54 | 15.16 | 11.15 | - |
| YUV | 95.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 90 | 0 | 0.80 | 0.56 | 0.2 | 341.96 | 0.67 | 0.48 |
| Hex | CC | 29 | 5A | 0 | 50 | 38 | 14 | 156 | 43 | 30 |
| Octal | 314 | 51 | 132 | 0 | 120 | 70 | 24 | 526 | 103 | 60 |
| Binary | 11001100 | 101001 | 1011010 | 0 | 1010000 | 111000 | 10100 | 101010110 | 1000011 | 110000 |
Color Harmonies of #CC295A
Complementary color
Monochromatic Colors of #CC295A
Black with #CC295A
Text Example
Text Example
White with #CC295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC295A; }
p { color: rgb(204,41,90); }
H1.HeaderClassName
{
color: #CC295A;
}
.AnyTagClassName
{
color: #CC295A;
}
</style>
background-color css
<style>
a { background-color: #CC295A; }
a { background-color: rgb(204,41,90); }
div.DivClassName
{
background-color: #CC295A;
}
.BgClassName
{
background-color: #CC295A;
}
</style>
border-color css
<style>
span { border-color: #CC295A; }
span { border-color: rgb(204,41,90); }
td.TdClassName
{
border-color: #CC295A;
}
.TagClassName
{
border-color: #CC295A;
}
</style>