Shades of Old Rose #CC2751
Tints of Old Rose #CC2751
RGB
CMYK
RGB Variations
Color information
#CC2751 (or 0xCC2751) is known color: Old Rose. HEX triplet: CC, 27 and 51. RGB value is (204,39,81). Sum of RGB (Red+Green+Blue) = 204+39+81=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2751 is #33D8AE. Grayscale: #5D5D5D. Windows color (decimal): -3397807 or 5318604. OLE color: 5318604.
HSL color Cylindrical-coordinate representation of color #CC2751: hue angle of 344.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2751 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 81 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.2 |
| HSL | 344.73º | 0.68% | 0.48% | - |
| HSV(B) | 344.73º | 0.81% | 0.8% | - |
| XYZ | 27.11 | 14.88 | 9.23 | - |
| YUV | 93.12 | 121.16 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 81 | 0 | 0.81 | 0.60 | 0.2 | 344.73 | 0.68 | 0.48 |
| Hex | CC | 27 | 51 | 0 | 51 | 3C | 14 | 159 | 44 | 30 |
| Octal | 314 | 47 | 121 | 0 | 121 | 74 | 24 | 531 | 104 | 60 |
| Binary | 11001100 | 100111 | 1010001 | 0 | 1010001 | 111100 | 10100 | 101011001 | 1000100 | 110000 |
Color Harmonies of #CC2751
Complementary color
Monochromatic Colors of #CC2751
Black with #CC2751
Text Example
Text Example
White with #CC2751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2751; }
p { color: rgb(204,39,81); }
H1.HeaderClassName
{
color: #CC2751;
}
.AnyTagClassName
{
color: #CC2751;
}
</style>
background-color css
<style>
a { background-color: #CC2751; }
a { background-color: rgb(204,39,81); }
div.DivClassName
{
background-color: #CC2751;
}
.BgClassName
{
background-color: #CC2751;
}
</style>
border-color css
<style>
span { border-color: #CC2751; }
span { border-color: rgb(204,39,81); }
td.TdClassName
{
border-color: #CC2751;
}
.TagClassName
{
border-color: #CC2751;
}
</style>