Shades of Old Rose #C0414A
Tints of Old Rose #C0414A
RGB
CMYK
RGB Variations
Color information
#C0414A (or 0xC0414A) is known color: Old Rose. HEX triplet: C0, 41 and 4A. RGB value is (192,65,74). Sum of RGB (Red+Green+Blue) = 192+65+74=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0414A is #3FBEB5. Grayscale: #686868. Windows color (decimal): -4177590 or 4866496. OLE color: 4866496.
HSL color Cylindrical-coordinate representation of color #C0414A: hue angle of 355.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0414A is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 74 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.25 |
| HSL | 355.75º | 0.5% | 0.5% | - |
| HSV(B) | 355.75º | 0.66% | 0.75% | - |
| XYZ | 24.86 | 15.48 | 8.16 | - |
| YUV | 104 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 74 | 0 | 0.66 | 0.61 | 0.25 | 355.75 | 0.5 | 0.5 |
| Hex | C0 | 41 | 4A | 0 | 42 | 3D | 19 | 164 | 32 | 32 |
| Octal | 300 | 101 | 112 | 0 | 102 | 75 | 31 | 544 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1001010 | 0 | 1000010 | 111101 | 11001 | 101100100 | 110010 | 110010 |
Color Harmonies of #C0414A
Complementary color
Monochromatic Colors of #C0414A
Black with #C0414A
Text Example
Text Example
White with #C0414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0414A; }
p { color: rgb(192,65,74); }
H1.HeaderClassName
{
color: #C0414A;
}
.AnyTagClassName
{
color: #C0414A;
}
</style>
background-color css
<style>
a { background-color: #C0414A; }
a { background-color: rgb(192,65,74); }
div.DivClassName
{
background-color: #C0414A;
}
.BgClassName
{
background-color: #C0414A;
}
</style>
border-color css
<style>
span { border-color: #C0414A; }
span { border-color: rgb(192,65,74); }
td.TdClassName
{
border-color: #C0414A;
}
.TagClassName
{
border-color: #C0414A;
}
</style>