Shades of Old Rose #CC254F
Tints of Old Rose #CC254F
RGB
CMYK
RGB Variations
Color information
#CC254F (or 0xCC254F) is known color: Old Rose. HEX triplet: CC, 25 and 4F. RGB value is (204,37,79). Sum of RGB (Red+Green+Blue) = 204+37+79=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC254F is #33DAB0. Grayscale: #5B5B5B. Windows color (decimal): -3398321 or 5187020. OLE color: 5187020.
HSL color Cylindrical-coordinate representation of color #CC254F: hue angle of 344.91º 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 #CC254F is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 79 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.2 |
| HSL | 344.91º | 0.69% | 0.47% | - |
| HSV(B) | 344.91º | 0.82% | 0.8% | - |
| XYZ | 26.97 | 14.73 | 8.82 | - |
| YUV | 91.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 79 | 0 | 0.82 | 0.61 | 0.2 | 344.91 | 0.69 | 0.47 |
| Hex | CC | 25 | 4F | 0 | 52 | 3D | 14 | 159 | 45 | 2F |
| Octal | 314 | 45 | 117 | 0 | 122 | 75 | 24 | 531 | 105 | 57 |
| Binary | 11001100 | 100101 | 1001111 | 0 | 1010010 | 111101 | 10100 | 101011001 | 1000101 | 101111 |
Color Harmonies of #CC254F
Complementary color
Monochromatic Colors of #CC254F
Black with #CC254F
Text Example
Text Example
White with #CC254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC254F; }
p { color: rgb(204,37,79); }
H1.HeaderClassName
{
color: #CC254F;
}
.AnyTagClassName
{
color: #CC254F;
}
</style>
background-color css
<style>
a { background-color: #CC254F; }
a { background-color: rgb(204,37,79); }
div.DivClassName
{
background-color: #CC254F;
}
.BgClassName
{
background-color: #CC254F;
}
</style>
border-color css
<style>
span { border-color: #CC254F; }
span { border-color: rgb(204,37,79); }
td.TdClassName
{
border-color: #CC254F;
}
.TagClassName
{
border-color: #CC254F;
}
</style>