Shades of Old Rose #CC3658
Tints of Old Rose #CC3658
RGB
CMYK
RGB Variations
Color information
#CC3658 (or 0xCC3658) is known color: Old Rose. HEX triplet: CC, 36 and 58. RGB value is (204,54,88). Sum of RGB (Red+Green+Blue) = 204+54+88=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3658 is #33C9A7. Grayscale: #666666. Windows color (decimal): -3393960 or 5781196. OLE color: 5781196.
HSL color Cylindrical-coordinate representation of color #CC3658: hue angle of 346.4º 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 #CC3658 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 88 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.2 |
| HSL | 346.4º | 0.6% | 0.51% | - |
| HSV(B) | 346.4º | 0.74% | 0.8% | - |
| XYZ | 27.98 | 16.18 | 10.88 | - |
| YUV | 102.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 88 | 0 | 0.74 | 0.57 | 0.2 | 346.4 | 0.6 | 0.51 |
| Hex | CC | 36 | 58 | 0 | 4A | 39 | 14 | 15A | 3C | 33 |
| Octal | 314 | 66 | 130 | 0 | 112 | 71 | 24 | 532 | 74 | 63 |
| Binary | 11001100 | 110110 | 1011000 | 0 | 1001010 | 111001 | 10100 | 101011010 | 111100 | 110011 |
Color Harmonies of #CC3658
Complementary color
Monochromatic Colors of #CC3658
Black with #CC3658
Text Example
Text Example
White with #CC3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3658; }
p { color: rgb(204,54,88); }
H1.HeaderClassName
{
color: #CC3658;
}
.AnyTagClassName
{
color: #CC3658;
}
</style>
background-color css
<style>
a { background-color: #CC3658; }
a { background-color: rgb(204,54,88); }
div.DivClassName
{
background-color: #CC3658;
}
.BgClassName
{
background-color: #CC3658;
}
</style>
border-color css
<style>
span { border-color: #CC3658; }
span { border-color: rgb(204,54,88); }
td.TdClassName
{
border-color: #CC3658;
}
.TagClassName
{
border-color: #CC3658;
}
</style>