Shades of Old Rose #CC3A56
Tints of Old Rose #CC3A56
RGB
CMYK
RGB Variations
Color information
#CC3A56 (or 0xCC3A56) is known color: Old Rose. HEX triplet: CC, 3A and 56. RGB value is (204,58,86). Sum of RGB (Red+Green+Blue) = 204+58+86=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3A56 is #33C5A9. Grayscale: #686868. Windows color (decimal): -3392938 or 5651148. OLE color: 5651148.
HSL color Cylindrical-coordinate representation of color #CC3A56: hue angle of 348.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3A56 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 86 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.2 |
| HSL | 348.49º | 0.59% | 0.51% | - |
| HSV(B) | 348.49º | 0.72% | 0.8% | - |
| XYZ | 28.09 | 16.54 | 10.51 | - |
| YUV | 104.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 86 | 0 | 0.72 | 0.58 | 0.2 | 348.49 | 0.59 | 0.51 |
| Hex | CC | 3A | 56 | 0 | 48 | 3A | 14 | 15C | 3B | 33 |
| Octal | 314 | 72 | 126 | 0 | 110 | 72 | 24 | 534 | 73 | 63 |
| Binary | 11001100 | 111010 | 1010110 | 0 | 1001000 | 111010 | 10100 | 101011100 | 111011 | 110011 |
Color Harmonies of #CC3A56
Complementary color
Monochromatic Colors of #CC3A56
Black with #CC3A56
Text Example
Text Example
White with #CC3A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A56; }
p { color: rgb(204,58,86); }
H1.HeaderClassName
{
color: #CC3A56;
}
.AnyTagClassName
{
color: #CC3A56;
}
</style>
background-color css
<style>
a { background-color: #CC3A56; }
a { background-color: rgb(204,58,86); }
div.DivClassName
{
background-color: #CC3A56;
}
.BgClassName
{
background-color: #CC3A56;
}
</style>
border-color css
<style>
span { border-color: #CC3A56; }
span { border-color: rgb(204,58,86); }
td.TdClassName
{
border-color: #CC3A56;
}
.TagClassName
{
border-color: #CC3A56;
}
</style>