Shades of Old Rose #C2414F
Tints of Old Rose #C2414F
RGB
CMYK
RGB Variations
Color information
#C2414F (or 0xC2414F) is known color: Old Rose. HEX triplet: C2, 41 and 4F. RGB value is (194,65,79). Sum of RGB (Red+Green+Blue) = 194+65+79=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2414F is #3DBEB0. Grayscale: #696969. Windows color (decimal): -4046513 or 5194178. OLE color: 5194178.
HSL color Cylindrical-coordinate representation of color #C2414F: hue angle of 353.49º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2414F is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 79 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.24 |
| HSL | 353.49º | 0.51% | 0.51% | - |
| HSV(B) | 353.49º | 0.66% | 0.76% | - |
| XYZ | 25.55 | 15.81 | 9.1 | - |
| YUV | 105.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 79 | 0 | 0.66 | 0.59 | 0.24 | 353.49 | 0.51 | 0.51 |
| Hex | C2 | 41 | 4F | 0 | 42 | 3B | 18 | 161 | 33 | 33 |
| Octal | 302 | 101 | 117 | 0 | 102 | 73 | 30 | 541 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1001111 | 0 | 1000010 | 111011 | 11000 | 101100001 | 110011 | 110011 |
Color Harmonies of #C2414F
Complementary color
Monochromatic Colors of #C2414F
Black with #C2414F
Text Example
Text Example
White with #C2414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2414F; }
p { color: rgb(194,65,79); }
H1.HeaderClassName
{
color: #C2414F;
}
.AnyTagClassName
{
color: #C2414F;
}
</style>
background-color css
<style>
a { background-color: #C2414F; }
a { background-color: rgb(194,65,79); }
div.DivClassName
{
background-color: #C2414F;
}
.BgClassName
{
background-color: #C2414F;
}
</style>
border-color css
<style>
span { border-color: #C2414F; }
span { border-color: rgb(194,65,79); }
td.TdClassName
{
border-color: #C2414F;
}
.TagClassName
{
border-color: #C2414F;
}
</style>