Shades of Old Rose #CC224B
Tints of Old Rose #CC224B
RGB
CMYK
RGB Variations
Color information
#CC224B (or 0xCC224B) is known color: Old Rose. HEX triplet: CC, 22 and 4B. RGB value is (204,34,75). Sum of RGB (Red+Green+Blue) = 204+34+75=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC224B is #33DDB4. Grayscale: #595959. Windows color (decimal): -3399093 or 4924108. OLE color: 4924108.
HSL color Cylindrical-coordinate representation of color #CC224B: hue angle of 345.53º 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 #CC224B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 75 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.2 |
| HSL | 345.53º | 0.71% | 0.47% | - |
| HSV(B) | 345.53º | 0.83% | 0.8% | - |
| XYZ | 26.74 | 14.49 | 8.04 | - |
| YUV | 89.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 75 | 0 | 0.83 | 0.63 | 0.2 | 345.53 | 0.71 | 0.47 |
| Hex | CC | 22 | 4B | 0 | 53 | 3F | 14 | 15A | 47 | 2F |
| Octal | 314 | 42 | 113 | 0 | 123 | 77 | 24 | 532 | 107 | 57 |
| Binary | 11001100 | 100010 | 1001011 | 0 | 1010011 | 111111 | 10100 | 101011010 | 1000111 | 101111 |
Color Harmonies of #CC224B
Complementary color
Monochromatic Colors of #CC224B
Black with #CC224B
Text Example
Text Example
White with #CC224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC224B; }
p { color: rgb(204,34,75); }
H1.HeaderClassName
{
color: #CC224B;
}
.AnyTagClassName
{
color: #CC224B;
}
</style>
background-color css
<style>
a { background-color: #CC224B; }
a { background-color: rgb(204,34,75); }
div.DivClassName
{
background-color: #CC224B;
}
.BgClassName
{
background-color: #CC224B;
}
</style>
border-color css
<style>
span { border-color: #CC224B; }
span { border-color: rgb(204,34,75); }
td.TdClassName
{
border-color: #CC224B;
}
.TagClassName
{
border-color: #CC224B;
}
</style>