Shades of Old Rose #CC254E
Tints of Old Rose #CC254E
RGB
CMYK
RGB Variations
Color information
#CC254E (or 0xCC254E) is known color: Old Rose. HEX triplet: CC, 25 and 4E. RGB value is (204,37,78). Sum of RGB (Red+Green+Blue) = 204+37+78=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC254E is #33DAB1. Grayscale: #5B5B5B. Windows color (decimal): -3398322 or 5121484. OLE color: 5121484.
HSL color Cylindrical-coordinate representation of color #CC254E: hue angle of 345.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC254E is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 78 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.2 |
| HSL | 345.27º | 0.69% | 0.47% | - |
| HSV(B) | 345.27º | 0.82% | 0.8% | - |
| XYZ | 26.94 | 14.71 | 8.63 | - |
| YUV | 91.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 78 | 0 | 0.82 | 0.62 | 0.2 | 345.27 | 0.69 | 0.47 |
| Hex | CC | 25 | 4E | 0 | 52 | 3E | 14 | 159 | 45 | 2F |
| Octal | 314 | 45 | 116 | 0 | 122 | 76 | 24 | 531 | 105 | 57 |
| Binary | 11001100 | 100101 | 1001110 | 0 | 1010010 | 111110 | 10100 | 101011001 | 1000101 | 101111 |
Color Harmonies of #CC254E
Complementary color
Monochromatic Colors of #CC254E
Black with #CC254E
Text Example
Text Example
White with #CC254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC254E; }
p { color: rgb(204,37,78); }
H1.HeaderClassName
{
color: #CC254E;
}
.AnyTagClassName
{
color: #CC254E;
}
</style>
background-color css
<style>
a { background-color: #CC254E; }
a { background-color: rgb(204,37,78); }
div.DivClassName
{
background-color: #CC254E;
}
.BgClassName
{
background-color: #CC254E;
}
</style>
border-color css
<style>
span { border-color: #CC254E; }
span { border-color: rgb(204,37,78); }
td.TdClassName
{
border-color: #CC254E;
}
.TagClassName
{
border-color: #CC254E;
}
</style>