Shades of Old Rose #C0424B
Tints of Old Rose #C0424B
RGB
CMYK
RGB Variations
Color information
#C0424B (or 0xC0424B) is known color: Old Rose. HEX triplet: C0, 42 and 4B. RGB value is (192,66,75). Sum of RGB (Red+Green+Blue) = 192+66+75=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0424B is #3FBDB4. Grayscale: #686868. Windows color (decimal): -4177333 or 4932288. OLE color: 4932288.
HSL color Cylindrical-coordinate representation of color #C0424B: hue angle of 355.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0424B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 75 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.25 |
| HSL | 355.71º | 0.5% | 0.51% | - |
| HSV(B) | 355.71º | 0.66% | 0.75% | - |
| XYZ | 24.96 | 15.61 | 8.35 | - |
| YUV | 104.7 | 111.24 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 75 | 0 | 0.66 | 0.61 | 0.25 | 355.71 | 0.5 | 0.51 |
| Hex | C0 | 42 | 4B | 0 | 42 | 3D | 19 | 164 | 32 | 33 |
| Octal | 300 | 102 | 113 | 0 | 102 | 75 | 31 | 544 | 62 | 63 |
| Binary | 11000000 | 1000010 | 1001011 | 0 | 1000010 | 111101 | 11001 | 101100100 | 110010 | 110011 |
Color Harmonies of #C0424B
Complementary color
Monochromatic Colors of #C0424B
Black with #C0424B
Text Example
Text Example
White with #C0424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0424B; }
p { color: rgb(192,66,75); }
H1.HeaderClassName
{
color: #C0424B;
}
.AnyTagClassName
{
color: #C0424B;
}
</style>
background-color css
<style>
a { background-color: #C0424B; }
a { background-color: rgb(192,66,75); }
div.DivClassName
{
background-color: #C0424B;
}
.BgClassName
{
background-color: #C0424B;
}
</style>
border-color css
<style>
span { border-color: #C0424B; }
span { border-color: rgb(192,66,75); }
td.TdClassName
{
border-color: #C0424B;
}
.TagClassName
{
border-color: #C0424B;
}
</style>