Shades of Old Rose #CC214C
Tints of Old Rose #CC214C
RGB
CMYK
RGB Variations
Color information
#CC214C (or 0xCC214C) is known color: Old Rose. HEX triplet: CC, 21 and 4C. RGB value is (204,33,76). Sum of RGB (Red+Green+Blue) = 204+33+76=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC214C is #33DEB3. Grayscale: #595959. Windows color (decimal): -3399348 or 4989388. OLE color: 4989388.
HSL color Cylindrical-coordinate representation of color #CC214C: hue angle of 344.91º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC214C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 76 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.2 |
| HSL | 344.91º | 0.72% | 0.46% | - |
| HSV(B) | 344.91º | 0.84% | 0.8% | - |
| XYZ | 26.75 | 14.45 | 8.22 | - |
| YUV | 89.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 76 | 0 | 0.84 | 0.63 | 0.2 | 344.91 | 0.72 | 0.46 |
| Hex | CC | 21 | 4C | 0 | 54 | 3F | 14 | 159 | 48 | 2E |
| Octal | 314 | 41 | 114 | 0 | 124 | 77 | 24 | 531 | 110 | 56 |
| Binary | 11001100 | 100001 | 1001100 | 0 | 1010100 | 111111 | 10100 | 101011001 | 1001000 | 101110 |
Color Harmonies of #CC214C
Complementary color
Monochromatic Colors of #CC214C
Black with #CC214C
Text Example
Text Example
White with #CC214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC214C; }
p { color: rgb(204,33,76); }
H1.HeaderClassName
{
color: #CC214C;
}
.AnyTagClassName
{
color: #CC214C;
}
</style>
background-color css
<style>
a { background-color: #CC214C; }
a { background-color: rgb(204,33,76); }
div.DivClassName
{
background-color: #CC214C;
}
.BgClassName
{
background-color: #CC214C;
}
</style>
border-color css
<style>
span { border-color: #CC214C; }
span { border-color: rgb(204,33,76); }
td.TdClassName
{
border-color: #CC214C;
}
.TagClassName
{
border-color: #CC214C;
}
</style>