Shades of Old Rose #CC314C
Tints of Old Rose #CC314C
RGB
CMYK
RGB Variations
Color information
#CC314C (or 0xCC314C) is known color: Old Rose. HEX triplet: CC, 31 and 4C. RGB value is (204,49,76). Sum of RGB (Red+Green+Blue) = 204+49+76=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC314C is #33CEB3. Grayscale: #626262. Windows color (decimal): -3395252 or 4993484. OLE color: 4993484.
HSL color Cylindrical-coordinate representation of color #CC314C: hue angle of 349.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC314C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 76 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.2 |
| HSL | 349.55º | 0.61% | 0.5% | - |
| HSV(B) | 349.55º | 0.76% | 0.8% | - |
| XYZ | 27.3 | 15.56 | 8.4 | - |
| YUV | 98.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 76 | 0 | 0.76 | 0.63 | 0.2 | 349.55 | 0.61 | 0.5 |
| Hex | CC | 31 | 4C | 0 | 4C | 3F | 14 | 15E | 3D | 32 |
| Octal | 314 | 61 | 114 | 0 | 114 | 77 | 24 | 536 | 75 | 62 |
| Binary | 11001100 | 110001 | 1001100 | 0 | 1001100 | 111111 | 10100 | 101011110 | 111101 | 110010 |
Color Harmonies of #CC314C
Complementary color
Monochromatic Colors of #CC314C
Black with #CC314C
Text Example
Text Example
White with #CC314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC314C; }
p { color: rgb(204,49,76); }
H1.HeaderClassName
{
color: #CC314C;
}
.AnyTagClassName
{
color: #CC314C;
}
</style>
background-color css
<style>
a { background-color: #CC314C; }
a { background-color: rgb(204,49,76); }
div.DivClassName
{
background-color: #CC314C;
}
.BgClassName
{
background-color: #CC314C;
}
</style>
border-color css
<style>
span { border-color: #CC314C; }
span { border-color: rgb(204,49,76); }
td.TdClassName
{
border-color: #CC314C;
}
.TagClassName
{
border-color: #CC314C;
}
</style>