Shades of Old Rose #CC254B
Tints of Old Rose #CC254B
RGB
CMYK
RGB Variations
Color information
#CC254B (or 0xCC254B) is known color: Old Rose. HEX triplet: CC, 25 and 4B. RGB value is (204,37,75). Sum of RGB (Red+Green+Blue) = 204+37+75=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC254B is #33DAB4. Grayscale: #5B5B5B. Windows color (decimal): -3398325 or 4924876. OLE color: 4924876.
HSL color Cylindrical-coordinate representation of color #CC254B: hue angle of 346.35º 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 #CC254B is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 75 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.2 |
| HSL | 346.35º | 0.69% | 0.47% | - |
| HSV(B) | 346.35º | 0.82% | 0.8% | - |
| XYZ | 26.83 | 14.67 | 8.07 | - |
| YUV | 91.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 75 | 0 | 0.82 | 0.63 | 0.2 | 346.35 | 0.69 | 0.47 |
| Hex | CC | 25 | 4B | 0 | 52 | 3F | 14 | 15A | 45 | 2F |
| Octal | 314 | 45 | 113 | 0 | 122 | 77 | 24 | 532 | 105 | 57 |
| Binary | 11001100 | 100101 | 1001011 | 0 | 1010010 | 111111 | 10100 | 101011010 | 1000101 | 101111 |
Color Harmonies of #CC254B
Complementary color
Monochromatic Colors of #CC254B
Black with #CC254B
Text Example
Text Example
White with #CC254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC254B; }
p { color: rgb(204,37,75); }
H1.HeaderClassName
{
color: #CC254B;
}
.AnyTagClassName
{
color: #CC254B;
}
</style>
background-color css
<style>
a { background-color: #CC254B; }
a { background-color: rgb(204,37,75); }
div.DivClassName
{
background-color: #CC254B;
}
.BgClassName
{
background-color: #CC254B;
}
</style>
border-color css
<style>
span { border-color: #CC254B; }
span { border-color: rgb(204,37,75); }
td.TdClassName
{
border-color: #CC254B;
}
.TagClassName
{
border-color: #CC254B;
}
</style>