Shades of Old Rose #CC2651
Tints of Old Rose #CC2651
RGB
CMYK
RGB Variations
Color information
#CC2651 (or 0xCC2651) is known color: Old Rose. HEX triplet: CC, 26 and 51. RGB value is (204,38,81). Sum of RGB (Red+Green+Blue) = 204+38+81=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2651 is #33D9AE. Grayscale: #5C5C5C. Windows color (decimal): -3398063 or 5318348. OLE color: 5318348.
HSL color Cylindrical-coordinate representation of color #CC2651: hue angle of 344.46º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2651 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 81 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.2 |
| HSL | 344.46º | 0.69% | 0.47% | - |
| HSV(B) | 344.46º | 0.81% | 0.8% | - |
| XYZ | 27.08 | 14.82 | 9.22 | - |
| YUV | 92.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 81 | 0 | 0.81 | 0.60 | 0.2 | 344.46 | 0.69 | 0.47 |
| Hex | CC | 26 | 51 | 0 | 51 | 3C | 14 | 158 | 45 | 2F |
| Octal | 314 | 46 | 121 | 0 | 121 | 74 | 24 | 530 | 105 | 57 |
| Binary | 11001100 | 100110 | 1010001 | 0 | 1010001 | 111100 | 10100 | 101011000 | 1000101 | 101111 |
Color Harmonies of #CC2651
Complementary color
Monochromatic Colors of #CC2651
Black with #CC2651
Text Example
Text Example
White with #CC2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2651; }
p { color: rgb(204,38,81); }
H1.HeaderClassName
{
color: #CC2651;
}
.AnyTagClassName
{
color: #CC2651;
}
</style>
background-color css
<style>
a { background-color: #CC2651; }
a { background-color: rgb(204,38,81); }
div.DivClassName
{
background-color: #CC2651;
}
.BgClassName
{
background-color: #CC2651;
}
</style>
border-color css
<style>
span { border-color: #CC2651; }
span { border-color: rgb(204,38,81); }
td.TdClassName
{
border-color: #CC2651;
}
.TagClassName
{
border-color: #CC2651;
}
</style>