Shades of Old Rose #C03F4A
Tints of Old Rose #C03F4A
RGB
CMYK
RGB Variations
Color information
#C03F4A (or 0xC03F4A) is known color: Old Rose. HEX triplet: C0, 3F and 4A. RGB value is (192,63,74). Sum of RGB (Red+Green+Blue) = 192+63+74=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F4A is #3FC0B5. Grayscale: #666666. Windows color (decimal): -4178102 or 4865984. OLE color: 4865984.
HSL color Cylindrical-coordinate representation of color #C03F4A: hue angle of 354.88º 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 #C03F4A is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 74 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.25 |
| HSL | 354.88º | 0.51% | 0.5% | - |
| HSV(B) | 354.88º | 0.67% | 0.75% | - |
| XYZ | 24.75 | 15.26 | 8.12 | - |
| YUV | 102.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 74 | 0 | 0.67 | 0.61 | 0.25 | 354.88 | 0.51 | 0.5 |
| Hex | C0 | 3F | 4A | 0 | 43 | 3D | 19 | 163 | 33 | 32 |
| Octal | 300 | 77 | 112 | 0 | 103 | 75 | 31 | 543 | 63 | 62 |
| Binary | 11000000 | 111111 | 1001010 | 0 | 1000011 | 111101 | 11001 | 101100011 | 110011 | 110010 |
Color Harmonies of #C03F4A
Complementary color
Monochromatic Colors of #C03F4A
Black with #C03F4A
Text Example
Text Example
White with #C03F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F4A; }
p { color: rgb(192,63,74); }
H1.HeaderClassName
{
color: #C03F4A;
}
.AnyTagClassName
{
color: #C03F4A;
}
</style>
background-color css
<style>
a { background-color: #C03F4A; }
a { background-color: rgb(192,63,74); }
div.DivClassName
{
background-color: #C03F4A;
}
.BgClassName
{
background-color: #C03F4A;
}
</style>
border-color css
<style>
span { border-color: #C03F4A; }
span { border-color: rgb(192,63,74); }
td.TdClassName
{
border-color: #C03F4A;
}
.TagClassName
{
border-color: #C03F4A;
}
</style>