Shades of Old Rose #CC3057
Tints of Old Rose #CC3057
RGB
CMYK
RGB Variations
Color information
#CC3057 (or 0xCC3057) is known color: Old Rose. HEX triplet: CC, 30 and 57. RGB value is (204,48,87). Sum of RGB (Red+Green+Blue) = 204+48+87=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3057 is #33CFA8. Grayscale: #636363. Windows color (decimal): -3395497 or 5714124. OLE color: 5714124.
HSL color Cylindrical-coordinate representation of color #CC3057: hue angle of 345º 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 #CC3057 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 87 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.2 |
| HSL | 345º | 0.62% | 0.49% | - |
| HSV(B) | 345º | 0.76% | 0.8% | - |
| XYZ | 27.68 | 15.64 | 10.58 | - |
| YUV | 99.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 87 | 0 | 0.76 | 0.57 | 0.2 | 345 | 0.62 | 0.49 |
| Hex | CC | 30 | 57 | 0 | 4C | 39 | 14 | 159 | 3E | 31 |
| Octal | 314 | 60 | 127 | 0 | 114 | 71 | 24 | 531 | 76 | 61 |
| Binary | 11001100 | 110000 | 1010111 | 0 | 1001100 | 111001 | 10100 | 101011001 | 111110 | 110001 |
Color Harmonies of #CC3057
Complementary color
Monochromatic Colors of #CC3057
Black with #CC3057
Text Example
Text Example
White with #CC3057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3057; }
p { color: rgb(204,48,87); }
H1.HeaderClassName
{
color: #CC3057;
}
.AnyTagClassName
{
color: #CC3057;
}
</style>
background-color css
<style>
a { background-color: #CC3057; }
a { background-color: rgb(204,48,87); }
div.DivClassName
{
background-color: #CC3057;
}
.BgClassName
{
background-color: #CC3057;
}
</style>
border-color css
<style>
span { border-color: #CC3057; }
span { border-color: rgb(204,48,87); }
td.TdClassName
{
border-color: #CC3057;
}
.TagClassName
{
border-color: #CC3057;
}
</style>