Shades of Old Rose #CC274C
Tints of Old Rose #CC274C
RGB
CMYK
RGB Variations
Color information
#CC274C (or 0xCC274C) is known color: Old Rose. HEX triplet: CC, 27 and 4C. RGB value is (204,39,76). Sum of RGB (Red+Green+Blue) = 204+39+76=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC274C is #33D8B3. Grayscale: #5C5C5C. Windows color (decimal): -3397812 or 4990924. OLE color: 4990924.
HSL color Cylindrical-coordinate representation of color #CC274C: hue angle of 346.55º 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 #CC274C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 76 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.2 |
| HSL | 346.55º | 0.68% | 0.48% | - |
| HSV(B) | 346.55º | 0.81% | 0.8% | - |
| XYZ | 26.93 | 14.81 | 8.28 | - |
| YUV | 92.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 76 | 0 | 0.81 | 0.63 | 0.2 | 346.55 | 0.68 | 0.48 |
| Hex | CC | 27 | 4C | 0 | 51 | 3F | 14 | 15B | 44 | 30 |
| Octal | 314 | 47 | 114 | 0 | 121 | 77 | 24 | 533 | 104 | 60 |
| Binary | 11001100 | 100111 | 1001100 | 0 | 1010001 | 111111 | 10100 | 101011011 | 1000100 | 110000 |
Color Harmonies of #CC274C
Complementary color
Monochromatic Colors of #CC274C
Black with #CC274C
Text Example
Text Example
White with #CC274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC274C; }
p { color: rgb(204,39,76); }
H1.HeaderClassName
{
color: #CC274C;
}
.AnyTagClassName
{
color: #CC274C;
}
</style>
background-color css
<style>
a { background-color: #CC274C; }
a { background-color: rgb(204,39,76); }
div.DivClassName
{
background-color: #CC274C;
}
.BgClassName
{
background-color: #CC274C;
}
</style>
border-color css
<style>
span { border-color: #CC274C; }
span { border-color: rgb(204,39,76); }
td.TdClassName
{
border-color: #CC274C;
}
.TagClassName
{
border-color: #CC274C;
}
</style>