Shades of Old Rose #C03F4B
Tints of Old Rose #C03F4B
RGB
CMYK
RGB Variations
Color information
#C03F4B (or 0xC03F4B) is known color: Old Rose. HEX triplet: C0, 3F and 4B. RGB value is (192,63,75). Sum of RGB (Red+Green+Blue) = 192+63+75=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F4B is #3FC0B4. Grayscale: #676767. Windows color (decimal): -4178101 or 4931520. OLE color: 4931520.
HSL color Cylindrical-coordinate representation of color #C03F4B: hue angle of 354.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F4B is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 75 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.25 |
| HSL | 354.42º | 0.51% | 0.5% | - |
| HSV(B) | 354.42º | 0.67% | 0.75% | - |
| XYZ | 24.79 | 15.27 | 8.3 | - |
| YUV | 102.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 75 | 0 | 0.67 | 0.61 | 0.25 | 354.42 | 0.51 | 0.5 |
| Hex | C0 | 3F | 4B | 0 | 43 | 3D | 19 | 162 | 33 | 32 |
| Octal | 300 | 77 | 113 | 0 | 103 | 75 | 31 | 542 | 63 | 62 |
| Binary | 11000000 | 111111 | 1001011 | 0 | 1000011 | 111101 | 11001 | 101100010 | 110011 | 110010 |
Color Harmonies of #C03F4B
Complementary color
Monochromatic Colors of #C03F4B
Black with #C03F4B
Text Example
Text Example
White with #C03F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F4B; }
p { color: rgb(192,63,75); }
H1.HeaderClassName
{
color: #C03F4B;
}
.AnyTagClassName
{
color: #C03F4B;
}
</style>
background-color css
<style>
a { background-color: #C03F4B; }
a { background-color: rgb(192,63,75); }
div.DivClassName
{
background-color: #C03F4B;
}
.BgClassName
{
background-color: #C03F4B;
}
</style>
border-color css
<style>
span { border-color: #C03F4B; }
span { border-color: rgb(192,63,75); }
td.TdClassName
{
border-color: #C03F4B;
}
.TagClassName
{
border-color: #C03F4B;
}
</style>