Shades of Old Rose #C2414B
Tints of Old Rose #C2414B
RGB
CMYK
RGB Variations
Color information
#C2414B (or 0xC2414B) is known color: Old Rose. HEX triplet: C2, 41 and 4B. RGB value is (194,65,75). Sum of RGB (Red+Green+Blue) = 194+65+75=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2414B is #3DBEB4. Grayscale: #686868. Windows color (decimal): -4046517 or 4932034. OLE color: 4932034.
HSL color Cylindrical-coordinate representation of color #C2414B: hue angle of 355.35º 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 #C2414B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 75 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.24 |
| HSL | 355.35º | 0.51% | 0.51% | - |
| HSV(B) | 355.35º | 0.66% | 0.76% | - |
| XYZ | 25.41 | 15.76 | 8.36 | - |
| YUV | 104.71 | 111.24 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 75 | 0 | 0.66 | 0.61 | 0.24 | 355.35 | 0.51 | 0.51 |
| Hex | C2 | 41 | 4B | 0 | 42 | 3D | 18 | 163 | 33 | 33 |
| Octal | 302 | 101 | 113 | 0 | 102 | 75 | 30 | 543 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1001011 | 0 | 1000010 | 111101 | 11000 | 101100011 | 110011 | 110011 |
Color Harmonies of #C2414B
Complementary color
Monochromatic Colors of #C2414B
Black with #C2414B
Text Example
Text Example
White with #C2414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2414B; }
p { color: rgb(194,65,75); }
H1.HeaderClassName
{
color: #C2414B;
}
.AnyTagClassName
{
color: #C2414B;
}
</style>
background-color css
<style>
a { background-color: #C2414B; }
a { background-color: rgb(194,65,75); }
div.DivClassName
{
background-color: #C2414B;
}
.BgClassName
{
background-color: #C2414B;
}
</style>
border-color css
<style>
span { border-color: #C2414B; }
span { border-color: rgb(194,65,75); }
td.TdClassName
{
border-color: #C2414B;
}
.TagClassName
{
border-color: #C2414B;
}
</style>