Shades of Old Rose #CC294D
Tints of Old Rose #CC294D
RGB
CMYK
RGB Variations
Color information
#CC294D (or 0xCC294D) is known color: Old Rose. HEX triplet: CC, 29 and 4D. RGB value is (204,41,77). Sum of RGB (Red+Green+Blue) = 204+41+77=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC294D is #33D6B2. Grayscale: #5D5D5D. Windows color (decimal): -3397299 or 5056972. OLE color: 5056972.
HSL color Cylindrical-coordinate representation of color #CC294D: hue angle of 346.75º 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 #CC294D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 77 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.2 |
| HSL | 346.75º | 0.67% | 0.48% | - |
| HSV(B) | 346.75º | 0.8% | 0.8% | - |
| XYZ | 27.03 | 14.96 | 8.48 | - |
| YUV | 93.84 | 118.5 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 77 | 0 | 0.80 | 0.62 | 0.2 | 346.75 | 0.67 | 0.48 |
| Hex | CC | 29 | 4D | 0 | 50 | 3E | 14 | 15B | 43 | 30 |
| Octal | 314 | 51 | 115 | 0 | 120 | 76 | 24 | 533 | 103 | 60 |
| Binary | 11001100 | 101001 | 1001101 | 0 | 1010000 | 111110 | 10100 | 101011011 | 1000011 | 110000 |
Color Harmonies of #CC294D
Complementary color
Monochromatic Colors of #CC294D
Black with #CC294D
Text Example
Text Example
White with #CC294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC294D; }
p { color: rgb(204,41,77); }
H1.HeaderClassName
{
color: #CC294D;
}
.AnyTagClassName
{
color: #CC294D;
}
</style>
background-color css
<style>
a { background-color: #CC294D; }
a { background-color: rgb(204,41,77); }
div.DivClassName
{
background-color: #CC294D;
}
.BgClassName
{
background-color: #CC294D;
}
</style>
border-color css
<style>
span { border-color: #CC294D; }
span { border-color: rgb(204,41,77); }
td.TdClassName
{
border-color: #CC294D;
}
.TagClassName
{
border-color: #CC294D;
}
</style>