Shades of Old Rose #C2234A
Tints of Old Rose #C2234A
RGB
CMYK
RGB Variations
Color information
#C2234A (or 0xC2234A) is known color: Old Rose. HEX triplet: C2, 23 and 4A. RGB value is (194,35,74). Sum of RGB (Red+Green+Blue) = 194+35+74=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2234A is #3DDCB5. Grayscale: #565656. Windows color (decimal): -4054198 or 4858818. OLE color: 4858818.
HSL color Cylindrical-coordinate representation of color #C2234A: hue angle of 345.28º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2234A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 74 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.24 |
| HSL | 345.28º | 0.69% | 0.45% | - |
| HSV(B) | 345.28º | 0.82% | 0.76% | - |
| XYZ | 24.09 | 13.17 | 7.75 | - |
| YUV | 86.99 | 120.68 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 74 | 0 | 0.82 | 0.62 | 0.24 | 345.28 | 0.69 | 0.45 |
| Hex | C2 | 23 | 4A | 0 | 52 | 3E | 18 | 159 | 45 | 2D |
| Octal | 302 | 43 | 112 | 0 | 122 | 76 | 30 | 531 | 105 | 55 |
| Binary | 11000010 | 100011 | 1001010 | 0 | 1010010 | 111110 | 11000 | 101011001 | 1000101 | 101101 |
Color Harmonies of #C2234A
Complementary color
Monochromatic Colors of #C2234A
Black with #C2234A
Text Example
Text Example
White with #C2234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2234A; }
p { color: rgb(194,35,74); }
H1.HeaderClassName
{
color: #C2234A;
}
.AnyTagClassName
{
color: #C2234A;
}
</style>
background-color css
<style>
a { background-color: #C2234A; }
a { background-color: rgb(194,35,74); }
div.DivClassName
{
background-color: #C2234A;
}
.BgClassName
{
background-color: #C2234A;
}
</style>
border-color css
<style>
span { border-color: #C2234A; }
span { border-color: rgb(194,35,74); }
td.TdClassName
{
border-color: #C2234A;
}
.TagClassName
{
border-color: #C2234A;
}
</style>