Shades of Old Rose #CC224F
Tints of Old Rose #CC224F
RGB
CMYK
RGB Variations
Color information
#CC224F (or 0xCC224F) is known color: Old Rose. HEX triplet: CC, 22 and 4F. RGB value is (204,34,79). Sum of RGB (Red+Green+Blue) = 204+34+79=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC224F is #33DDB0. Grayscale: #595959. Windows color (decimal): -3399089 or 5186252. OLE color: 5186252.
HSL color Cylindrical-coordinate representation of color #CC224F: hue angle of 344.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC224F is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 79 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.2 |
| HSL | 344.12º | 0.71% | 0.47% | - |
| HSV(B) | 344.12º | 0.83% | 0.8% | - |
| XYZ | 26.89 | 14.55 | 8.79 | - |
| YUV | 89.96 | 121.82 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 79 | 0 | 0.83 | 0.61 | 0.2 | 344.12 | 0.71 | 0.47 |
| Hex | CC | 22 | 4F | 0 | 53 | 3D | 14 | 158 | 47 | 2F |
| Octal | 314 | 42 | 117 | 0 | 123 | 75 | 24 | 530 | 107 | 57 |
| Binary | 11001100 | 100010 | 1001111 | 0 | 1010011 | 111101 | 10100 | 101011000 | 1000111 | 101111 |
Color Harmonies of #CC224F
Complementary color
Monochromatic Colors of #CC224F
Black with #CC224F
Text Example
Text Example
White with #CC224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC224F; }
p { color: rgb(204,34,79); }
H1.HeaderClassName
{
color: #CC224F;
}
.AnyTagClassName
{
color: #CC224F;
}
</style>
background-color css
<style>
a { background-color: #CC224F; }
a { background-color: rgb(204,34,79); }
div.DivClassName
{
background-color: #CC224F;
}
.BgClassName
{
background-color: #CC224F;
}
</style>
border-color css
<style>
span { border-color: #CC224F; }
span { border-color: rgb(204,34,79); }
td.TdClassName
{
border-color: #CC224F;
}
.TagClassName
{
border-color: #CC224F;
}
</style>