Shades of Old Rose #CC294E
Tints of Old Rose #CC294E
RGB
CMYK
RGB Variations
Color information
#CC294E (or 0xCC294E) is known color: Old Rose. HEX triplet: CC, 29 and 4E. RGB value is (204,41,78). Sum of RGB (Red+Green+Blue) = 204+41+78=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC294E is #33D6B1. Grayscale: #5D5D5D. Windows color (decimal): -3397298 or 5122508. OLE color: 5122508.
HSL color Cylindrical-coordinate representation of color #CC294E: hue angle of 346.38º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC294E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 78 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.2 |
| HSL | 346.38º | 0.67% | 0.48% | - |
| HSV(B) | 346.38º | 0.8% | 0.8% | - |
| XYZ | 27.07 | 14.97 | 8.67 | - |
| YUV | 93.96 | 119 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 78 | 0 | 0.80 | 0.62 | 0.2 | 346.38 | 0.67 | 0.48 |
| Hex | CC | 29 | 4E | 0 | 50 | 3E | 14 | 15A | 43 | 30 |
| Octal | 314 | 51 | 116 | 0 | 120 | 76 | 24 | 532 | 103 | 60 |
| Binary | 11001100 | 101001 | 1001110 | 0 | 1010000 | 111110 | 10100 | 101011010 | 1000011 | 110000 |
Color Harmonies of #CC294E
Complementary color
Monochromatic Colors of #CC294E
Black with #CC294E
Text Example
Text Example
White with #CC294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC294E; }
p { color: rgb(204,41,78); }
H1.HeaderClassName
{
color: #CC294E;
}
.AnyTagClassName
{
color: #CC294E;
}
</style>
background-color css
<style>
a { background-color: #CC294E; }
a { background-color: rgb(204,41,78); }
div.DivClassName
{
background-color: #CC294E;
}
.BgClassName
{
background-color: #CC294E;
}
</style>
border-color css
<style>
span { border-color: #CC294E; }
span { border-color: rgb(204,41,78); }
td.TdClassName
{
border-color: #CC294E;
}
.TagClassName
{
border-color: #CC294E;
}
</style>