Shades of Old Rose #CC335A
Tints of Old Rose #CC335A
RGB
CMYK
RGB Variations
Color information
#CC335A (or 0xCC335A) is known color: Old Rose. HEX triplet: CC, 33 and 5A. RGB value is (204,51,90). Sum of RGB (Red+Green+Blue) = 204+51+90=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC335A is #33CCA5. Grayscale: #656565. Windows color (decimal): -3394726 or 5911500. OLE color: 5911500.
HSL color Cylindrical-coordinate representation of color #CC335A: hue angle of 344.71º 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 #CC335A is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 90 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.2 |
| HSL | 344.71º | 0.6% | 0.5% | - |
| HSV(B) | 344.71º | 0.75% | 0.8% | - |
| XYZ | 27.93 | 15.94 | 11.28 | - |
| YUV | 101.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 90 | 0 | 0.75 | 0.56 | 0.2 | 344.71 | 0.6 | 0.5 |
| Hex | CC | 33 | 5A | 0 | 4B | 38 | 14 | 159 | 3C | 32 |
| Octal | 314 | 63 | 132 | 0 | 113 | 70 | 24 | 531 | 74 | 62 |
| Binary | 11001100 | 110011 | 1011010 | 0 | 1001011 | 111000 | 10100 | 101011001 | 111100 | 110010 |
Color Harmonies of #CC335A
Complementary color
Monochromatic Colors of #CC335A
Black with #CC335A
Text Example
Text Example
White with #CC335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC335A; }
p { color: rgb(204,51,90); }
H1.HeaderClassName
{
color: #CC335A;
}
.AnyTagClassName
{
color: #CC335A;
}
</style>
background-color css
<style>
a { background-color: #CC335A; }
a { background-color: rgb(204,51,90); }
div.DivClassName
{
background-color: #CC335A;
}
.BgClassName
{
background-color: #CC335A;
}
</style>
border-color css
<style>
span { border-color: #CC335A; }
span { border-color: rgb(204,51,90); }
td.TdClassName
{
border-color: #CC335A;
}
.TagClassName
{
border-color: #CC335A;
}
</style>