Shades of Old Rose #C7234D
Tints of Old Rose #C7234D
RGB
CMYK
RGB Variations
Color information
#C7234D (or 0xC7234D) is known color: Old Rose. HEX triplet: C7, 23 and 4D. RGB value is (199,35,77). Sum of RGB (Red+Green+Blue) = 199+35+77=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7234D is #38DCB2. Grayscale: #585858. Windows color (decimal): -3726515 or 5055431. OLE color: 5055431.
HSL color Cylindrical-coordinate representation of color #C7234D: hue angle of 344.63º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7234D is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 77 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.22 |
| HSL | 344.63º | 0.7% | 0.46% | - |
| HSV(B) | 344.63º | 0.82% | 0.78% | - |
| XYZ | 25.49 | 13.88 | 8.36 | - |
| YUV | 88.82 | 121.33 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 77 | 0 | 0.82 | 0.61 | 0.22 | 344.63 | 0.7 | 0.46 |
| Hex | C7 | 23 | 4D | 0 | 52 | 3D | 16 | 159 | 46 | 2E |
| Octal | 307 | 43 | 115 | 0 | 122 | 75 | 26 | 531 | 106 | 56 |
| Binary | 11000111 | 100011 | 1001101 | 0 | 1010010 | 111101 | 10110 | 101011001 | 1000110 | 101110 |
Color Harmonies of #C7234D
Complementary color
Monochromatic Colors of #C7234D
Black with #C7234D
Text Example
Text Example
White with #C7234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7234D; }
p { color: rgb(199,35,77); }
H1.HeaderClassName
{
color: #C7234D;
}
.AnyTagClassName
{
color: #C7234D;
}
</style>
background-color css
<style>
a { background-color: #C7234D; }
a { background-color: rgb(199,35,77); }
div.DivClassName
{
background-color: #C7234D;
}
.BgClassName
{
background-color: #C7234D;
}
</style>
border-color css
<style>
span { border-color: #C7234D; }
span { border-color: rgb(199,35,77); }
td.TdClassName
{
border-color: #C7234D;
}
.TagClassName
{
border-color: #C7234D;
}
</style>