Shades of Old Rose #CC284C
Tints of Old Rose #CC284C
RGB
CMYK
RGB Variations
Color information
#CC284C (or 0xCC284C) is known color: Old Rose. HEX triplet: CC, 28 and 4C. RGB value is (204,40,76). Sum of RGB (Red+Green+Blue) = 204+40+76=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC284C is #33D7B3. Grayscale: #5D5D5D. Windows color (decimal): -3397556 or 4991180. OLE color: 4991180.
HSL color Cylindrical-coordinate representation of color #CC284C: hue angle of 346.83º 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 #CC284C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 76 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.2 |
| HSL | 346.83º | 0.67% | 0.48% | - |
| HSV(B) | 346.83º | 0.8% | 0.8% | - |
| XYZ | 26.97 | 14.88 | 8.29 | - |
| YUV | 93.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 76 | 0 | 0.80 | 0.63 | 0.2 | 346.83 | 0.67 | 0.48 |
| Hex | CC | 28 | 4C | 0 | 50 | 3F | 14 | 15B | 43 | 30 |
| Octal | 314 | 50 | 114 | 0 | 120 | 77 | 24 | 533 | 103 | 60 |
| Binary | 11001100 | 101000 | 1001100 | 0 | 1010000 | 111111 | 10100 | 101011011 | 1000011 | 110000 |
Color Harmonies of #CC284C
Complementary color
Monochromatic Colors of #CC284C
Black with #CC284C
Text Example
Text Example
White with #CC284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC284C; }
p { color: rgb(204,40,76); }
H1.HeaderClassName
{
color: #CC284C;
}
.AnyTagClassName
{
color: #CC284C;
}
</style>
background-color css
<style>
a { background-color: #CC284C; }
a { background-color: rgb(204,40,76); }
div.DivClassName
{
background-color: #CC284C;
}
.BgClassName
{
background-color: #CC284C;
}
</style>
border-color css
<style>
span { border-color: #CC284C; }
span { border-color: rgb(204,40,76); }
td.TdClassName
{
border-color: #CC284C;
}
.TagClassName
{
border-color: #CC284C;
}
</style>