Shades of Old Rose #CC284E
Tints of Old Rose #CC284E
RGB
CMYK
RGB Variations
Color information
#CC284E (or 0xCC284E) is known color: Old Rose. HEX triplet: CC, 28 and 4E. RGB value is (204,40,78). Sum of RGB (Red+Green+Blue) = 204+40+78=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC284E is #33D7B1. Grayscale: #5D5D5D. Windows color (decimal): -3397554 or 5122252. OLE color: 5122252.
HSL color Cylindrical-coordinate representation of color #CC284E: hue angle of 346.1º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC284E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 78 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.2 |
| HSL | 346.1º | 0.67% | 0.48% | - |
| HSV(B) | 346.1º | 0.8% | 0.8% | - |
| XYZ | 27.04 | 14.91 | 8.66 | - |
| YUV | 93.37 | 119.33 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 78 | 0 | 0.80 | 0.62 | 0.2 | 346.1 | 0.67 | 0.48 |
| Hex | CC | 28 | 4E | 0 | 50 | 3E | 14 | 15A | 43 | 30 |
| Octal | 314 | 50 | 116 | 0 | 120 | 76 | 24 | 532 | 103 | 60 |
| Binary | 11001100 | 101000 | 1001110 | 0 | 1010000 | 111110 | 10100 | 101011010 | 1000011 | 110000 |
Color Harmonies of #CC284E
Complementary color
Monochromatic Colors of #CC284E
Black with #CC284E
Text Example
Text Example
White with #CC284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC284E; }
p { color: rgb(204,40,78); }
H1.HeaderClassName
{
color: #CC284E;
}
.AnyTagClassName
{
color: #CC284E;
}
</style>
background-color css
<style>
a { background-color: #CC284E; }
a { background-color: rgb(204,40,78); }
div.DivClassName
{
background-color: #CC284E;
}
.BgClassName
{
background-color: #CC284E;
}
</style>
border-color css
<style>
span { border-color: #CC284E; }
span { border-color: rgb(204,40,78); }
td.TdClassName
{
border-color: #CC284E;
}
.TagClassName
{
border-color: #CC284E;
}
</style>