Shades of Old Rose #CC3856
Tints of Old Rose #CC3856
RGB
CMYK
RGB Variations
Color information
#CC3856 (or 0xCC3856) is known color: Old Rose. HEX triplet: CC, 38 and 56. RGB value is (204,56,86). Sum of RGB (Red+Green+Blue) = 204+56+86=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3856 is #33C7A9. Grayscale: #676767. Windows color (decimal): -3393450 or 5650636. OLE color: 5650636.
HSL color Cylindrical-coordinate representation of color #CC3856: hue angle of 347.84º 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 #CC3856 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 86 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.2 |
| HSL | 347.84º | 0.59% | 0.51% | - |
| HSV(B) | 347.84º | 0.73% | 0.8% | - |
| XYZ | 28 | 16.34 | 10.48 | - |
| YUV | 103.67 | 118.03 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 86 | 0 | 0.73 | 0.58 | 0.2 | 347.84 | 0.59 | 0.51 |
| Hex | CC | 38 | 56 | 0 | 49 | 3A | 14 | 15C | 3B | 33 |
| Octal | 314 | 70 | 126 | 0 | 111 | 72 | 24 | 534 | 73 | 63 |
| Binary | 11001100 | 111000 | 1010110 | 0 | 1001001 | 111010 | 10100 | 101011100 | 111011 | 110011 |
Color Harmonies of #CC3856
Complementary color
Monochromatic Colors of #CC3856
Black with #CC3856
Text Example
Text Example
White with #CC3856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3856; }
p { color: rgb(204,56,86); }
H1.HeaderClassName
{
color: #CC3856;
}
.AnyTagClassName
{
color: #CC3856;
}
</style>
background-color css
<style>
a { background-color: #CC3856; }
a { background-color: rgb(204,56,86); }
div.DivClassName
{
background-color: #CC3856;
}
.BgClassName
{
background-color: #CC3856;
}
</style>
border-color css
<style>
span { border-color: #CC3856; }
span { border-color: rgb(204,56,86); }
td.TdClassName
{
border-color: #CC3856;
}
.TagClassName
{
border-color: #CC3856;
}
</style>