Shades of Old Rose #CC3659
Tints of Old Rose #CC3659
RGB
CMYK
RGB Variations
Color information
#CC3659 (or 0xCC3659) is known color: Old Rose. HEX triplet: CC, 36 and 59. RGB value is (204,54,89). Sum of RGB (Red+Green+Blue) = 204+54+89=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3659 is #33C9A6. Grayscale: #666666. Windows color (decimal): -3393959 or 5846732. OLE color: 5846732.
HSL color Cylindrical-coordinate representation of color #CC3659: hue angle of 346º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3659 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 89 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.2 |
| HSL | 346º | 0.6% | 0.51% | - |
| HSV(B) | 346º | 0.74% | 0.8% | - |
| XYZ | 28.02 | 16.2 | 11.1 | - |
| YUV | 102.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 89 | 0 | 0.74 | 0.56 | 0.2 | 346 | 0.6 | 0.51 |
| Hex | CC | 36 | 59 | 0 | 4A | 38 | 14 | 15A | 3C | 33 |
| Octal | 314 | 66 | 131 | 0 | 112 | 70 | 24 | 532 | 74 | 63 |
| Binary | 11001100 | 110110 | 1011001 | 0 | 1001010 | 111000 | 10100 | 101011010 | 111100 | 110011 |
Color Harmonies of #CC3659
Complementary color
Monochromatic Colors of #CC3659
Black with #CC3659
Text Example
Text Example
White with #CC3659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3659; }
p { color: rgb(204,54,89); }
H1.HeaderClassName
{
color: #CC3659;
}
.AnyTagClassName
{
color: #CC3659;
}
</style>
background-color css
<style>
a { background-color: #CC3659; }
a { background-color: rgb(204,54,89); }
div.DivClassName
{
background-color: #CC3659;
}
.BgClassName
{
background-color: #CC3659;
}
</style>
border-color css
<style>
span { border-color: #CC3659; }
span { border-color: rgb(204,54,89); }
td.TdClassName
{
border-color: #CC3659;
}
.TagClassName
{
border-color: #CC3659;
}
</style>