Shades of Old Rose #C03D4D
Tints of Old Rose #C03D4D
RGB
CMYK
RGB Variations
Color information
#C03D4D (or 0xC03D4D) is known color: Old Rose. HEX triplet: C0, 3D and 4D. RGB value is (192,61,77). Sum of RGB (Red+Green+Blue) = 192+61+77=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D4D is #3FC2B2. Grayscale: #666666. Windows color (decimal): -4178611 or 5062080. OLE color: 5062080.
HSL color Cylindrical-coordinate representation of color #C03D4D: hue angle of 352.67º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D4D is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 77 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.25 |
| HSL | 352.67º | 0.52% | 0.5% | - |
| HSV(B) | 352.67º | 0.68% | 0.75% | - |
| XYZ | 24.75 | 15.08 | 8.63 | - |
| YUV | 101.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 77 | 0 | 0.68 | 0.60 | 0.25 | 352.67 | 0.52 | 0.5 |
| Hex | C0 | 3D | 4D | 0 | 44 | 3C | 19 | 161 | 34 | 32 |
| Octal | 300 | 75 | 115 | 0 | 104 | 74 | 31 | 541 | 64 | 62 |
| Binary | 11000000 | 111101 | 1001101 | 0 | 1000100 | 111100 | 11001 | 101100001 | 110100 | 110010 |
Color Harmonies of #C03D4D
Complementary color
Monochromatic Colors of #C03D4D
Black with #C03D4D
Text Example
Text Example
White with #C03D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D4D; }
p { color: rgb(192,61,77); }
H1.HeaderClassName
{
color: #C03D4D;
}
.AnyTagClassName
{
color: #C03D4D;
}
</style>
background-color css
<style>
a { background-color: #C03D4D; }
a { background-color: rgb(192,61,77); }
div.DivClassName
{
background-color: #C03D4D;
}
.BgClassName
{
background-color: #C03D4D;
}
</style>
border-color css
<style>
span { border-color: #C03D4D; }
span { border-color: rgb(192,61,77); }
td.TdClassName
{
border-color: #C03D4D;
}
.TagClassName
{
border-color: #C03D4D;
}
</style>