Shades of Old Rose #CC3754
Tints of Old Rose #CC3754
RGB
CMYK
RGB Variations
Color information
#CC3754 (or 0xCC3754) is known color: Old Rose. HEX triplet: CC, 37 and 54. RGB value is (204,55,84). Sum of RGB (Red+Green+Blue) = 204+55+84=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3754 is #33C8AB. Grayscale: #666666. Windows color (decimal): -3393708 or 5519308. OLE color: 5519308.
HSL color Cylindrical-coordinate representation of color #CC3754: hue angle of 348.32º 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 #CC3754 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 84 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.2 |
| HSL | 348.32º | 0.59% | 0.51% | - |
| HSV(B) | 348.32º | 0.73% | 0.8% | - |
| XYZ | 27.87 | 16.21 | 10.05 | - |
| YUV | 102.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 84 | 0 | 0.73 | 0.59 | 0.2 | 348.32 | 0.59 | 0.51 |
| Hex | CC | 37 | 54 | 0 | 49 | 3B | 14 | 15C | 3B | 33 |
| Octal | 314 | 67 | 124 | 0 | 111 | 73 | 24 | 534 | 73 | 63 |
| Binary | 11001100 | 110111 | 1010100 | 0 | 1001001 | 111011 | 10100 | 101011100 | 111011 | 110011 |
Color Harmonies of #CC3754
Complementary color
Monochromatic Colors of #CC3754
Black with #CC3754
Text Example
Text Example
White with #CC3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3754; }
p { color: rgb(204,55,84); }
H1.HeaderClassName
{
color: #CC3754;
}
.AnyTagClassName
{
color: #CC3754;
}
</style>
background-color css
<style>
a { background-color: #CC3754; }
a { background-color: rgb(204,55,84); }
div.DivClassName
{
background-color: #CC3754;
}
.BgClassName
{
background-color: #CC3754;
}
</style>
border-color css
<style>
span { border-color: #CC3754; }
span { border-color: rgb(204,55,84); }
td.TdClassName
{
border-color: #CC3754;
}
.TagClassName
{
border-color: #CC3754;
}
</style>