Shades of Old Rose #CC2754
Tints of Old Rose #CC2754
RGB
CMYK
RGB Variations
Color information
#CC2754 (or 0xCC2754) is known color: Old Rose. HEX triplet: CC, 27 and 54. RGB value is (204,39,84). Sum of RGB (Red+Green+Blue) = 204+39+84=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2754 is #33D8AB. Grayscale: #5D5D5D. Windows color (decimal): -3397804 or 5515212. OLE color: 5515212.
HSL color Cylindrical-coordinate representation of color #CC2754: hue angle of 343.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2754 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 84 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.2 |
| HSL | 343.64º | 0.68% | 0.48% | - |
| HSV(B) | 343.64º | 0.81% | 0.8% | - |
| XYZ | 27.23 | 14.93 | 9.83 | - |
| YUV | 93.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 84 | 0 | 0.81 | 0.59 | 0.2 | 343.64 | 0.68 | 0.48 |
| Hex | CC | 27 | 54 | 0 | 51 | 3B | 14 | 158 | 44 | 30 |
| Octal | 314 | 47 | 124 | 0 | 121 | 73 | 24 | 530 | 104 | 60 |
| Binary | 11001100 | 100111 | 1010100 | 0 | 1010001 | 111011 | 10100 | 101011000 | 1000100 | 110000 |
Color Harmonies of #CC2754
Complementary color
Monochromatic Colors of #CC2754
Black with #CC2754
Text Example
Text Example
White with #CC2754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2754; }
p { color: rgb(204,39,84); }
H1.HeaderClassName
{
color: #CC2754;
}
.AnyTagClassName
{
color: #CC2754;
}
</style>
background-color css
<style>
a { background-color: #CC2754; }
a { background-color: rgb(204,39,84); }
div.DivClassName
{
background-color: #CC2754;
}
.BgClassName
{
background-color: #CC2754;
}
</style>
border-color css
<style>
span { border-color: #CC2754; }
span { border-color: rgb(204,39,84); }
td.TdClassName
{
border-color: #CC2754;
}
.TagClassName
{
border-color: #CC2754;
}
</style>