Shades of Old Rose #CC224D
Tints of Old Rose #CC224D
RGB
CMYK
RGB Variations
Color information
#CC224D (or 0xCC224D) is known color: Old Rose. HEX triplet: CC, 22 and 4D. RGB value is (204,34,77). Sum of RGB (Red+Green+Blue) = 204+34+77=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC224D is #33DDB2. Grayscale: #595959. Windows color (decimal): -3399091 or 5055180. OLE color: 5055180.
HSL color Cylindrical-coordinate representation of color #CC224D: hue angle of 344.82º 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 #CC224D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 77 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.2 |
| HSL | 344.82º | 0.71% | 0.47% | - |
| HSV(B) | 344.82º | 0.83% | 0.8% | - |
| XYZ | 26.81 | 14.52 | 8.41 | - |
| YUV | 89.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 77 | 0 | 0.83 | 0.62 | 0.2 | 344.82 | 0.71 | 0.47 |
| Hex | CC | 22 | 4D | 0 | 53 | 3E | 14 | 159 | 47 | 2F |
| Octal | 314 | 42 | 115 | 0 | 123 | 76 | 24 | 531 | 107 | 57 |
| Binary | 11001100 | 100010 | 1001101 | 0 | 1010011 | 111110 | 10100 | 101011001 | 1000111 | 101111 |
Color Harmonies of #CC224D
Complementary color
Monochromatic Colors of #CC224D
Black with #CC224D
Text Example
Text Example
White with #CC224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC224D; }
p { color: rgb(204,34,77); }
H1.HeaderClassName
{
color: #CC224D;
}
.AnyTagClassName
{
color: #CC224D;
}
</style>
background-color css
<style>
a { background-color: #CC224D; }
a { background-color: rgb(204,34,77); }
div.DivClassName
{
background-color: #CC224D;
}
.BgClassName
{
background-color: #CC224D;
}
</style>
border-color css
<style>
span { border-color: #CC224D; }
span { border-color: rgb(204,34,77); }
td.TdClassName
{
border-color: #CC224D;
}
.TagClassName
{
border-color: #CC224D;
}
</style>