Shades of Old Rose #CC224C
Tints of Old Rose #CC224C
RGB
CMYK
RGB Variations
Color information
#CC224C (or 0xCC224C) is known color: Old Rose. HEX triplet: CC, 22 and 4C. RGB value is (204,34,76). Sum of RGB (Red+Green+Blue) = 204+34+76=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC224C is #33DDB3. Grayscale: #595959. Windows color (decimal): -3399092 or 4989644. OLE color: 4989644.
HSL color Cylindrical-coordinate representation of color #CC224C: hue angle of 345.18º 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 #CC224C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 76 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.2 |
| HSL | 345.18º | 0.71% | 0.47% | - |
| HSV(B) | 345.18º | 0.83% | 0.8% | - |
| XYZ | 26.78 | 14.5 | 8.23 | - |
| YUV | 89.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 76 | 0 | 0.83 | 0.63 | 0.2 | 345.18 | 0.71 | 0.47 |
| Hex | CC | 22 | 4C | 0 | 53 | 3F | 14 | 159 | 47 | 2F |
| Octal | 314 | 42 | 114 | 0 | 123 | 77 | 24 | 531 | 107 | 57 |
| Binary | 11001100 | 100010 | 1001100 | 0 | 1010011 | 111111 | 10100 | 101011001 | 1000111 | 101111 |
Color Harmonies of #CC224C
Complementary color
Monochromatic Colors of #CC224C
Black with #CC224C
Text Example
Text Example
White with #CC224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC224C; }
p { color: rgb(204,34,76); }
H1.HeaderClassName
{
color: #CC224C;
}
.AnyTagClassName
{
color: #CC224C;
}
</style>
background-color css
<style>
a { background-color: #CC224C; }
a { background-color: rgb(204,34,76); }
div.DivClassName
{
background-color: #CC224C;
}
.BgClassName
{
background-color: #CC224C;
}
</style>
border-color css
<style>
span { border-color: #CC224C; }
span { border-color: rgb(204,34,76); }
td.TdClassName
{
border-color: #CC224C;
}
.TagClassName
{
border-color: #CC224C;
}
</style>