Shades of Old Rose #CC345A
Tints of Old Rose #CC345A
RGB
CMYK
RGB Variations
Color information
#CC345A (or 0xCC345A) is known color: Old Rose. HEX triplet: CC, 34 and 5A. RGB value is (204,52,90). Sum of RGB (Red+Green+Blue) = 204+52+90=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC345A is #33CBA5. Grayscale: #656565. Windows color (decimal): -3394470 or 5911756. OLE color: 5911756.
HSL color Cylindrical-coordinate representation of color #CC345A: hue angle of 345º degrees, saturation: 0.6, 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 #CC345A is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 90 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.2 |
| HSL | 345º | 0.6% | 0.5% | - |
| HSV(B) | 345º | 0.75% | 0.8% | - |
| XYZ | 27.98 | 16.03 | 11.29 | - |
| YUV | 101.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 90 | 0 | 0.75 | 0.56 | 0.2 | 345 | 0.6 | 0.5 |
| Hex | CC | 34 | 5A | 0 | 4B | 38 | 14 | 159 | 3C | 32 |
| Octal | 314 | 64 | 132 | 0 | 113 | 70 | 24 | 531 | 74 | 62 |
| Binary | 11001100 | 110100 | 1011010 | 0 | 1001011 | 111000 | 10100 | 101011001 | 111100 | 110010 |
Color Harmonies of #CC345A
Complementary color
Monochromatic Colors of #CC345A
Black with #CC345A
Text Example
Text Example
White with #CC345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC345A; }
p { color: rgb(204,52,90); }
H1.HeaderClassName
{
color: #CC345A;
}
.AnyTagClassName
{
color: #CC345A;
}
</style>
background-color css
<style>
a { background-color: #CC345A; }
a { background-color: rgb(204,52,90); }
div.DivClassName
{
background-color: #CC345A;
}
.BgClassName
{
background-color: #CC345A;
}
</style>
border-color css
<style>
span { border-color: #CC345A; }
span { border-color: rgb(204,52,90); }
td.TdClassName
{
border-color: #CC345A;
}
.TagClassName
{
border-color: #CC345A;
}
</style>