Shades of Old Rose #CC3652
Tints of Old Rose #CC3652
RGB
CMYK
RGB Variations
Color information
#CC3652 (or 0xCC3652) is known color: Old Rose. HEX triplet: CC, 36 and 52. RGB value is (204,54,82). Sum of RGB (Red+Green+Blue) = 204+54+82=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3652 is #33C9AD. Grayscale: #666666. Windows color (decimal): -3393966 or 5387980. OLE color: 5387980.
HSL color Cylindrical-coordinate representation of color #CC3652: hue angle of 348.8º 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 #CC3652 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 82 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.2 |
| HSL | 348.8º | 0.6% | 0.51% | - |
| HSV(B) | 348.8º | 0.74% | 0.8% | - |
| XYZ | 27.74 | 16.08 | 9.63 | - |
| YUV | 102.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 82 | 0 | 0.74 | 0.60 | 0.2 | 348.8 | 0.6 | 0.51 |
| Hex | CC | 36 | 52 | 0 | 4A | 3C | 14 | 15D | 3C | 33 |
| Octal | 314 | 66 | 122 | 0 | 112 | 74 | 24 | 535 | 74 | 63 |
| Binary | 11001100 | 110110 | 1010010 | 0 | 1001010 | 111100 | 10100 | 101011101 | 111100 | 110011 |
Color Harmonies of #CC3652
Complementary color
Monochromatic Colors of #CC3652
Black with #CC3652
Text Example
Text Example
White with #CC3652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3652; }
p { color: rgb(204,54,82); }
H1.HeaderClassName
{
color: #CC3652;
}
.AnyTagClassName
{
color: #CC3652;
}
</style>
background-color css
<style>
a { background-color: #CC3652; }
a { background-color: rgb(204,54,82); }
div.DivClassName
{
background-color: #CC3652;
}
.BgClassName
{
background-color: #CC3652;
}
</style>
border-color css
<style>
span { border-color: #CC3652; }
span { border-color: rgb(204,54,82); }
td.TdClassName
{
border-color: #CC3652;
}
.TagClassName
{
border-color: #CC3652;
}
</style>