Shades of Old Rose #CC2659
Tints of Old Rose #CC2659
RGB
CMYK
RGB Variations
Color information
#CC2659 (or 0xCC2659) is known color: Old Rose. HEX triplet: CC, 26 and 59. RGB value is (204,38,89). Sum of RGB (Red+Green+Blue) = 204+38+89=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2659 is #33D9A6. Grayscale: #5D5D5D. Windows color (decimal): -3398055 or 5842636. OLE color: 5842636.
HSL color Cylindrical-coordinate representation of color #CC2659: hue angle of 341.57º 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 #CC2659 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 89 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.2 |
| HSL | 341.57º | 0.69% | 0.47% | - |
| HSV(B) | 341.57º | 0.81% | 0.8% | - |
| XYZ | 27.4 | 14.94 | 10.89 | - |
| YUV | 93.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 89 | 0 | 0.81 | 0.56 | 0.2 | 341.57 | 0.69 | 0.47 |
| Hex | CC | 26 | 59 | 0 | 51 | 38 | 14 | 156 | 45 | 2F |
| Octal | 314 | 46 | 131 | 0 | 121 | 70 | 24 | 526 | 105 | 57 |
| Binary | 11001100 | 100110 | 1011001 | 0 | 1010001 | 111000 | 10100 | 101010110 | 1000101 | 101111 |
Color Harmonies of #CC2659
Complementary color
Monochromatic Colors of #CC2659
Black with #CC2659
Text Example
Text Example
White with #CC2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2659; }
p { color: rgb(204,38,89); }
H1.HeaderClassName
{
color: #CC2659;
}
.AnyTagClassName
{
color: #CC2659;
}
</style>
background-color css
<style>
a { background-color: #CC2659; }
a { background-color: rgb(204,38,89); }
div.DivClassName
{
background-color: #CC2659;
}
.BgClassName
{
background-color: #CC2659;
}
</style>
border-color css
<style>
span { border-color: #CC2659; }
span { border-color: rgb(204,38,89); }
td.TdClassName
{
border-color: #CC2659;
}
.TagClassName
{
border-color: #CC2659;
}
</style>