Shades of Old Rose #CC3657
Tints of Old Rose #CC3657
RGB
CMYK
RGB Variations
Color information
#CC3657 (or 0xCC3657) is known color: Old Rose. HEX triplet: CC, 36 and 57. RGB value is (204,54,87). Sum of RGB (Red+Green+Blue) = 204+54+87=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3657 is #33C9A8. Grayscale: #666666. Windows color (decimal): -3393961 or 5715660. OLE color: 5715660.
HSL color Cylindrical-coordinate representation of color #CC3657: hue angle of 346.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 #CC3657 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 87 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.2 |
| HSL | 346.8º | 0.6% | 0.51% | - |
| HSV(B) | 346.8º | 0.74% | 0.8% | - |
| XYZ | 27.94 | 16.16 | 10.66 | - |
| YUV | 102.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 87 | 0 | 0.74 | 0.57 | 0.2 | 346.8 | 0.6 | 0.51 |
| Hex | CC | 36 | 57 | 0 | 4A | 39 | 14 | 15B | 3C | 33 |
| Octal | 314 | 66 | 127 | 0 | 112 | 71 | 24 | 533 | 74 | 63 |
| Binary | 11001100 | 110110 | 1010111 | 0 | 1001010 | 111001 | 10100 | 101011011 | 111100 | 110011 |
Color Harmonies of #CC3657
Complementary color
Monochromatic Colors of #CC3657
Black with #CC3657
Text Example
Text Example
White with #CC3657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3657; }
p { color: rgb(204,54,87); }
H1.HeaderClassName
{
color: #CC3657;
}
.AnyTagClassName
{
color: #CC3657;
}
</style>
background-color css
<style>
a { background-color: #CC3657; }
a { background-color: rgb(204,54,87); }
div.DivClassName
{
background-color: #CC3657;
}
.BgClassName
{
background-color: #CC3657;
}
</style>
border-color css
<style>
span { border-color: #CC3657; }
span { border-color: rgb(204,54,87); }
td.TdClassName
{
border-color: #CC3657;
}
.TagClassName
{
border-color: #CC3657;
}
</style>