Shades of Old Rose #CC3758
Tints of Old Rose #CC3758
RGB
CMYK
RGB Variations
Color information
#CC3758 (or 0xCC3758) is known color: Old Rose. HEX triplet: CC, 37 and 58. RGB value is (204,55,88). Sum of RGB (Red+Green+Blue) = 204+55+88=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3758 is #33C8A7. Grayscale: #676767. Windows color (decimal): -3393704 or 5781452. OLE color: 5781452.
HSL color Cylindrical-coordinate representation of color #CC3758: hue angle of 346.71º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3758 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 88 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.2 |
| HSL | 346.71º | 0.59% | 0.51% | - |
| HSV(B) | 346.71º | 0.73% | 0.8% | - |
| XYZ | 28.03 | 16.27 | 10.9 | - |
| YUV | 103.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 88 | 0 | 0.73 | 0.57 | 0.2 | 346.71 | 0.59 | 0.51 |
| Hex | CC | 37 | 58 | 0 | 49 | 39 | 14 | 15B | 3B | 33 |
| Octal | 314 | 67 | 130 | 0 | 111 | 71 | 24 | 533 | 73 | 63 |
| Binary | 11001100 | 110111 | 1011000 | 0 | 1001001 | 111001 | 10100 | 101011011 | 111011 | 110011 |
Color Harmonies of #CC3758
Complementary color
Monochromatic Colors of #CC3758
Black with #CC3758
Text Example
Text Example
White with #CC3758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3758; }
p { color: rgb(204,55,88); }
H1.HeaderClassName
{
color: #CC3758;
}
.AnyTagClassName
{
color: #CC3758;
}
</style>
background-color css
<style>
a { background-color: #CC3758; }
a { background-color: rgb(204,55,88); }
div.DivClassName
{
background-color: #CC3758;
}
.BgClassName
{
background-color: #CC3758;
}
</style>
border-color css
<style>
span { border-color: #CC3758; }
span { border-color: rgb(204,55,88); }
td.TdClassName
{
border-color: #CC3758;
}
.TagClassName
{
border-color: #CC3758;
}
</style>