Shades of Old Rose #C2324B
Tints of Old Rose #C2324B
RGB
CMYK
RGB Variations
Color information
#C2324B (or 0xC2324B) is known color: Old Rose. HEX triplet: C2, 32 and 4B. RGB value is (194,50,75). Sum of RGB (Red+Green+Blue) = 194+50+75=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2324B is #3DCDB4. Grayscale: #5F5F5F. Windows color (decimal): -4050357 or 4928194. OLE color: 4928194.
HSL color Cylindrical-coordinate representation of color #C2324B: hue angle of 349.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2324B is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 75 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.24 |
| HSL | 349.58º | 0.59% | 0.48% | - |
| HSV(B) | 349.58º | 0.74% | 0.76% | - |
| XYZ | 24.66 | 14.26 | 8.11 | - |
| YUV | 95.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 75 | 0 | 0.74 | 0.61 | 0.24 | 349.58 | 0.59 | 0.48 |
| Hex | C2 | 32 | 4B | 0 | 4A | 3D | 18 | 15E | 3B | 30 |
| Octal | 302 | 62 | 113 | 0 | 112 | 75 | 30 | 536 | 73 | 60 |
| Binary | 11000010 | 110010 | 1001011 | 0 | 1001010 | 111101 | 11000 | 101011110 | 111011 | 110000 |
Color Harmonies of #C2324B
Complementary color
Monochromatic Colors of #C2324B
Black with #C2324B
Text Example
Text Example
White with #C2324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2324B; }
p { color: rgb(194,50,75); }
H1.HeaderClassName
{
color: #C2324B;
}
.AnyTagClassName
{
color: #C2324B;
}
</style>
background-color css
<style>
a { background-color: #C2324B; }
a { background-color: rgb(194,50,75); }
div.DivClassName
{
background-color: #C2324B;
}
.BgClassName
{
background-color: #C2324B;
}
</style>
border-color css
<style>
span { border-color: #C2324B; }
span { border-color: rgb(194,50,75); }
td.TdClassName
{
border-color: #C2324B;
}
.TagClassName
{
border-color: #C2324B;
}
</style>