Shades of Old Rose #CC3756
Tints of Old Rose #CC3756
RGB
CMYK
RGB Variations
Color information
#CC3756 (or 0xCC3756) is known color: Old Rose. HEX triplet: CC, 37 and 56. RGB value is (204,55,86). Sum of RGB (Red+Green+Blue) = 204+55+86=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3756 is #33C8A9. Grayscale: #676767. Windows color (decimal): -3393706 or 5650380. OLE color: 5650380.
HSL color Cylindrical-coordinate representation of color #CC3756: hue angle of 347.52º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3756 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 86 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.2 |
| HSL | 347.52º | 0.59% | 0.51% | - |
| HSV(B) | 347.52º | 0.73% | 0.8% | - |
| XYZ | 27.95 | 16.24 | 10.47 | - |
| YUV | 103.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 86 | 0 | 0.73 | 0.58 | 0.2 | 347.52 | 0.59 | 0.51 |
| Hex | CC | 37 | 56 | 0 | 49 | 3A | 14 | 15C | 3B | 33 |
| Octal | 314 | 67 | 126 | 0 | 111 | 72 | 24 | 534 | 73 | 63 |
| Binary | 11001100 | 110111 | 1010110 | 0 | 1001001 | 111010 | 10100 | 101011100 | 111011 | 110011 |
Color Harmonies of #CC3756
Complementary color
Monochromatic Colors of #CC3756
Black with #CC3756
Text Example
Text Example
White with #CC3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3756; }
p { color: rgb(204,55,86); }
H1.HeaderClassName
{
color: #CC3756;
}
.AnyTagClassName
{
color: #CC3756;
}
</style>
background-color css
<style>
a { background-color: #CC3756; }
a { background-color: rgb(204,55,86); }
div.DivClassName
{
background-color: #CC3756;
}
.BgClassName
{
background-color: #CC3756;
}
</style>
border-color css
<style>
span { border-color: #CC3756; }
span { border-color: rgb(204,55,86); }
td.TdClassName
{
border-color: #CC3756;
}
.TagClassName
{
border-color: #CC3756;
}
</style>