Shades of Old Rose #C0255B
Tints of Old Rose #C0255B
RGB
CMYK
RGB Variations
Color information
#C0255B (or 0xC0255B) is known color: Old Rose. HEX triplet: C0, 25 and 5B. RGB value is (192,37,91). Sum of RGB (Red+Green+Blue) = 192+37+91=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0255B is #3FDAA4. Grayscale: #595959. Windows color (decimal): -4184741 or 5973440. OLE color: 5973440.
HSL color Cylindrical-coordinate representation of color #C0255B: hue angle of 339.1º 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 #C0255B is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 91 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.25 |
| HSL | 339.1º | 0.68% | 0.45% | - |
| HSV(B) | 339.1º | 0.81% | 0.75% | - |
| XYZ | 24.29 | 13.28 | 11.18 | - |
| YUV | 89.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 91 | 0 | 0.81 | 0.53 | 0.25 | 339.1 | 0.68 | 0.45 |
| Hex | C0 | 25 | 5B | 0 | 51 | 35 | 19 | 153 | 44 | 2D |
| Octal | 300 | 45 | 133 | 0 | 121 | 65 | 31 | 523 | 104 | 55 |
| Binary | 11000000 | 100101 | 1011011 | 0 | 1010001 | 110101 | 11001 | 101010011 | 1000100 | 101101 |
Color Harmonies of #C0255B
Complementary color
Monochromatic Colors of #C0255B
Black with #C0255B
Text Example
Text Example
White with #C0255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0255B; }
p { color: rgb(192,37,91); }
H1.HeaderClassName
{
color: #C0255B;
}
.AnyTagClassName
{
color: #C0255B;
}
</style>
background-color css
<style>
a { background-color: #C0255B; }
a { background-color: rgb(192,37,91); }
div.DivClassName
{
background-color: #C0255B;
}
.BgClassName
{
background-color: #C0255B;
}
</style>
border-color css
<style>
span { border-color: #C0255B; }
span { border-color: rgb(192,37,91); }
td.TdClassName
{
border-color: #C0255B;
}
.TagClassName
{
border-color: #C0255B;
}
</style>