Shades of Old Rose #CC3256
Tints of Old Rose #CC3256
RGB
CMYK
RGB Variations
Color information
#CC3256 (or 0xCC3256) is known color: Old Rose. HEX triplet: CC, 32 and 56. RGB value is (204,50,86). Sum of RGB (Red+Green+Blue) = 204+50+86=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3256 is #33CDA9. Grayscale: #646464. Windows color (decimal): -3394986 or 5649100. OLE color: 5649100.
HSL color Cylindrical-coordinate representation of color #CC3256: hue angle of 345.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3256 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 86 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.2 |
| HSL | 345.97º | 0.61% | 0.5% | - |
| HSV(B) | 345.97º | 0.75% | 0.8% | - |
| XYZ | 27.72 | 15.79 | 10.39 | - |
| YUV | 100.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 86 | 0 | 0.75 | 0.58 | 0.2 | 345.97 | 0.61 | 0.5 |
| Hex | CC | 32 | 56 | 0 | 4B | 3A | 14 | 15A | 3D | 32 |
| Octal | 314 | 62 | 126 | 0 | 113 | 72 | 24 | 532 | 75 | 62 |
| Binary | 11001100 | 110010 | 1010110 | 0 | 1001011 | 111010 | 10100 | 101011010 | 111101 | 110010 |
Color Harmonies of #CC3256
Complementary color
Monochromatic Colors of #CC3256
Black with #CC3256
Text Example
Text Example
White with #CC3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3256; }
p { color: rgb(204,50,86); }
H1.HeaderClassName
{
color: #CC3256;
}
.AnyTagClassName
{
color: #CC3256;
}
</style>
background-color css
<style>
a { background-color: #CC3256; }
a { background-color: rgb(204,50,86); }
div.DivClassName
{
background-color: #CC3256;
}
.BgClassName
{
background-color: #CC3256;
}
</style>
border-color css
<style>
span { border-color: #CC3256; }
span { border-color: rgb(204,50,86); }
td.TdClassName
{
border-color: #CC3256;
}
.TagClassName
{
border-color: #CC3256;
}
</style>