Shades of Old Rose #CC1E4C
Tints of Old Rose #CC1E4C
RGB
CMYK
RGB Variations
Color information
#CC1E4C (or 0xCC1E4C) is known color: Old Rose. HEX triplet: CC, 1E and 4C. RGB value is (204,30,76). Sum of RGB (Red+Green+Blue) = 204+30+76=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1E4C is #33E1B3. Grayscale: #575757. Windows color (decimal): -3400116 or 4988620. OLE color: 4988620.
HSL color Cylindrical-coordinate representation of color #CC1E4C: hue angle of 344.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1E4C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 76 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.2 |
| HSL | 344.14º | 0.74% | 0.46% | - |
| HSV(B) | 344.14º | 0.85% | 0.8% | - |
| XYZ | 26.67 | 14.29 | 8.19 | - |
| YUV | 87.27 | 121.65 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 76 | 0 | 0.85 | 0.63 | 0.2 | 344.14 | 0.74 | 0.46 |
| Hex | CC | 1E | 4C | 0 | 55 | 3F | 14 | 158 | 4A | 2E |
| Octal | 314 | 36 | 114 | 0 | 125 | 77 | 24 | 530 | 112 | 56 |
| Binary | 11001100 | 11110 | 1001100 | 0 | 1010101 | 111111 | 10100 | 101011000 | 1001010 | 101110 |
Color Harmonies of #CC1E4C
Complementary color
Monochromatic Colors of #CC1E4C
Black with #CC1E4C
Text Example
Text Example
White with #CC1E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E4C; }
p { color: rgb(204,30,76); }
H1.HeaderClassName
{
color: #CC1E4C;
}
.AnyTagClassName
{
color: #CC1E4C;
}
</style>
background-color css
<style>
a { background-color: #CC1E4C; }
a { background-color: rgb(204,30,76); }
div.DivClassName
{
background-color: #CC1E4C;
}
.BgClassName
{
background-color: #CC1E4C;
}
</style>
border-color css
<style>
span { border-color: #CC1E4C; }
span { border-color: rgb(204,30,76); }
td.TdClassName
{
border-color: #CC1E4C;
}
.TagClassName
{
border-color: #CC1E4C;
}
</style>