Shades of Old Rose #C0254C
Tints of Old Rose #C0254C
RGB
CMYK
RGB Variations
Color information
#C0254C (or 0xC0254C) is known color: Old Rose. HEX triplet: C0, 25 and 4C. RGB value is (192,37,76). Sum of RGB (Red+Green+Blue) = 192+37+76=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0254C is #3FDAB3. Grayscale: #575757. Windows color (decimal): -4184756 or 4990400. OLE color: 4990400.
HSL color Cylindrical-coordinate representation of color #C0254C: hue angle of 344.9º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0254C is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 76 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.25 |
| HSL | 344.9º | 0.68% | 0.45% | - |
| HSV(B) | 344.9º | 0.81% | 0.75% | - |
| XYZ | 23.7 | 13.05 | 8.11 | - |
| YUV | 87.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 76 | 0 | 0.81 | 0.60 | 0.25 | 344.9 | 0.68 | 0.45 |
| Hex | C0 | 25 | 4C | 0 | 51 | 3C | 19 | 159 | 44 | 2D |
| Octal | 300 | 45 | 114 | 0 | 121 | 74 | 31 | 531 | 104 | 55 |
| Binary | 11000000 | 100101 | 1001100 | 0 | 1010001 | 111100 | 11001 | 101011001 | 1000100 | 101101 |
Color Harmonies of #C0254C
Complementary color
Monochromatic Colors of #C0254C
Black with #C0254C
Text Example
Text Example
White with #C0254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0254C; }
p { color: rgb(192,37,76); }
H1.HeaderClassName
{
color: #C0254C;
}
.AnyTagClassName
{
color: #C0254C;
}
</style>
background-color css
<style>
a { background-color: #C0254C; }
a { background-color: rgb(192,37,76); }
div.DivClassName
{
background-color: #C0254C;
}
.BgClassName
{
background-color: #C0254C;
}
</style>
border-color css
<style>
span { border-color: #C0254C; }
span { border-color: rgb(192,37,76); }
td.TdClassName
{
border-color: #C0254C;
}
.TagClassName
{
border-color: #C0254C;
}
</style>