Shades of Old Rose #C2234B
Tints of Old Rose #C2234B
RGB
CMYK
RGB Variations
Color information
#C2234B (or 0xC2234B) is known color: Old Rose. HEX triplet: C2, 23 and 4B. RGB value is (194,35,75). Sum of RGB (Red+Green+Blue) = 194+35+75=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2234B is #3DDCB4. Grayscale: #575757. Windows color (decimal): -4054197 or 4924354. OLE color: 4924354.
HSL color Cylindrical-coordinate representation of color #C2234B: hue angle of 344.91º 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 #C2234B is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 75 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.24 |
| HSL | 344.91º | 0.69% | 0.45% | - |
| HSV(B) | 344.91º | 0.82% | 0.76% | - |
| XYZ | 24.12 | 13.18 | 7.93 | - |
| YUV | 87.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 75 | 0 | 0.82 | 0.61 | 0.24 | 344.91 | 0.69 | 0.45 |
| Hex | C2 | 23 | 4B | 0 | 52 | 3D | 18 | 159 | 45 | 2D |
| Octal | 302 | 43 | 113 | 0 | 122 | 75 | 30 | 531 | 105 | 55 |
| Binary | 11000010 | 100011 | 1001011 | 0 | 1010010 | 111101 | 11000 | 101011001 | 1000101 | 101101 |
Color Harmonies of #C2234B
Complementary color
Monochromatic Colors of #C2234B
Black with #C2234B
Text Example
Text Example
White with #C2234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2234B; }
p { color: rgb(194,35,75); }
H1.HeaderClassName
{
color: #C2234B;
}
.AnyTagClassName
{
color: #C2234B;
}
</style>
background-color css
<style>
a { background-color: #C2234B; }
a { background-color: rgb(194,35,75); }
div.DivClassName
{
background-color: #C2234B;
}
.BgClassName
{
background-color: #C2234B;
}
</style>
border-color css
<style>
span { border-color: #C2234B; }
span { border-color: rgb(194,35,75); }
td.TdClassName
{
border-color: #C2234B;
}
.TagClassName
{
border-color: #C2234B;
}
</style>