Shades of Old Rose #CC3053
Tints of Old Rose #CC3053
RGB
CMYK
RGB Variations
Color information
#CC3053 (or 0xCC3053) is known color: Old Rose. HEX triplet: CC, 30 and 53. RGB value is (204,48,83). Sum of RGB (Red+Green+Blue) = 204+48+83=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3053 is #33CFAC. Grayscale: #626262. Windows color (decimal): -3395501 or 5451980. OLE color: 5451980.
HSL color Cylindrical-coordinate representation of color #CC3053: hue angle of 346.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3053 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 83 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.2 |
| HSL | 346.54º | 0.62% | 0.49% | - |
| HSV(B) | 346.54º | 0.76% | 0.8% | - |
| XYZ | 27.52 | 15.58 | 9.74 | - |
| YUV | 98.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 83 | 0 | 0.76 | 0.59 | 0.2 | 346.54 | 0.62 | 0.49 |
| Hex | CC | 30 | 53 | 0 | 4C | 3B | 14 | 15B | 3E | 31 |
| Octal | 314 | 60 | 123 | 0 | 114 | 73 | 24 | 533 | 76 | 61 |
| Binary | 11001100 | 110000 | 1010011 | 0 | 1001100 | 111011 | 10100 | 101011011 | 111110 | 110001 |
Color Harmonies of #CC3053
Complementary color
Monochromatic Colors of #CC3053
Black with #CC3053
Text Example
Text Example
White with #CC3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3053; }
p { color: rgb(204,48,83); }
H1.HeaderClassName
{
color: #CC3053;
}
.AnyTagClassName
{
color: #CC3053;
}
</style>
background-color css
<style>
a { background-color: #CC3053; }
a { background-color: rgb(204,48,83); }
div.DivClassName
{
background-color: #CC3053;
}
.BgClassName
{
background-color: #CC3053;
}
</style>
border-color css
<style>
span { border-color: #CC3053; }
span { border-color: rgb(204,48,83); }
td.TdClassName
{
border-color: #CC3053;
}
.TagClassName
{
border-color: #CC3053;
}
</style>