Shades of Old Rose #C7234C
Tints of Old Rose #C7234C
RGB
CMYK
RGB Variations
Color information
#C7234C (or 0xC7234C) is known color: Old Rose. HEX triplet: C7, 23 and 4C. RGB value is (199,35,76). Sum of RGB (Red+Green+Blue) = 199+35+76=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7234C is #38DCB3. Grayscale: #585858. Windows color (decimal): -3726516 or 4989895. OLE color: 4989895.
HSL color Cylindrical-coordinate representation of color #C7234C: hue angle of 345º 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 #C7234C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 76 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.22 |
| HSL | 345º | 0.7% | 0.46% | - |
| HSV(B) | 345º | 0.82% | 0.78% | - |
| XYZ | 25.46 | 13.87 | 8.17 | - |
| YUV | 88.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 76 | 0 | 0.82 | 0.62 | 0.22 | 345 | 0.7 | 0.46 |
| Hex | C7 | 23 | 4C | 0 | 52 | 3E | 16 | 159 | 46 | 2E |
| Octal | 307 | 43 | 114 | 0 | 122 | 76 | 26 | 531 | 106 | 56 |
| Binary | 11000111 | 100011 | 1001100 | 0 | 1010010 | 111110 | 10110 | 101011001 | 1000110 | 101110 |
Color Harmonies of #C7234C
Complementary color
Monochromatic Colors of #C7234C
Black with #C7234C
Text Example
Text Example
White with #C7234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7234C; }
p { color: rgb(199,35,76); }
H1.HeaderClassName
{
color: #C7234C;
}
.AnyTagClassName
{
color: #C7234C;
}
</style>
background-color css
<style>
a { background-color: #C7234C; }
a { background-color: rgb(199,35,76); }
div.DivClassName
{
background-color: #C7234C;
}
.BgClassName
{
background-color: #C7234C;
}
</style>
border-color css
<style>
span { border-color: #C7234C; }
span { border-color: rgb(199,35,76); }
td.TdClassName
{
border-color: #C7234C;
}
.TagClassName
{
border-color: #C7234C;
}
</style>