Shades of Old Rose #CC3753
Tints of Old Rose #CC3753
RGB
CMYK
RGB Variations
Color information
#CC3753 (or 0xCC3753) is known color: Old Rose. HEX triplet: CC, 37 and 53. RGB value is (204,55,83). Sum of RGB (Red+Green+Blue) = 204+55+83=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3753 is #33C8AC. Grayscale: #666666. Windows color (decimal): -3393709 or 5453772. OLE color: 5453772.
HSL color Cylindrical-coordinate representation of color #CC3753: hue angle of 348.72º 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 #CC3753 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 83 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.2 |
| HSL | 348.72º | 0.59% | 0.51% | - |
| HSV(B) | 348.72º | 0.73% | 0.8% | - |
| XYZ | 27.83 | 16.19 | 9.84 | - |
| YUV | 102.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 83 | 0 | 0.73 | 0.59 | 0.2 | 348.72 | 0.59 | 0.51 |
| Hex | CC | 37 | 53 | 0 | 49 | 3B | 14 | 15D | 3B | 33 |
| Octal | 314 | 67 | 123 | 0 | 111 | 73 | 24 | 535 | 73 | 63 |
| Binary | 11001100 | 110111 | 1010011 | 0 | 1001001 | 111011 | 10100 | 101011101 | 111011 | 110011 |
Color Harmonies of #CC3753
Complementary color
Monochromatic Colors of #CC3753
Black with #CC3753
Text Example
Text Example
White with #CC3753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3753; }
p { color: rgb(204,55,83); }
H1.HeaderClassName
{
color: #CC3753;
}
.AnyTagClassName
{
color: #CC3753;
}
</style>
background-color css
<style>
a { background-color: #CC3753; }
a { background-color: rgb(204,55,83); }
div.DivClassName
{
background-color: #CC3753;
}
.BgClassName
{
background-color: #CC3753;
}
</style>
border-color css
<style>
span { border-color: #CC3753; }
span { border-color: rgb(204,55,83); }
td.TdClassName
{
border-color: #CC3753;
}
.TagClassName
{
border-color: #CC3753;
}
</style>