Shades of Old Rose #C3214A
Tints of Old Rose #C3214A
RGB
CMYK
RGB Variations
Color information
#C3214A (or 0xC3214A) is known color: Old Rose. HEX triplet: C3, 21 and 4A. RGB value is (195,33,74). Sum of RGB (Red+Green+Blue) = 195+33+74=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3214A is #3CDEB5. Grayscale: #565656. Windows color (decimal): -3989174 or 4858307. OLE color: 4858307.
HSL color Cylindrical-coordinate representation of color #C3214A: hue angle of 344.81º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3214A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 74 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.24 |
| HSL | 344.81º | 0.71% | 0.45% | - |
| HSV(B) | 344.81º | 0.83% | 0.76% | - |
| XYZ | 24.29 | 13.18 | 7.74 | - |
| YUV | 86.11 | 121.17 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 74 | 0 | 0.83 | 0.62 | 0.24 | 344.81 | 0.71 | 0.45 |
| Hex | C3 | 21 | 4A | 0 | 53 | 3E | 18 | 159 | 47 | 2D |
| Octal | 303 | 41 | 112 | 0 | 123 | 76 | 30 | 531 | 107 | 55 |
| Binary | 11000011 | 100001 | 1001010 | 0 | 1010011 | 111110 | 11000 | 101011001 | 1000111 | 101101 |
Color Harmonies of #C3214A
Complementary color
Monochromatic Colors of #C3214A
Black with #C3214A
Text Example
Text Example
White with #C3214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3214A; }
p { color: rgb(195,33,74); }
H1.HeaderClassName
{
color: #C3214A;
}
.AnyTagClassName
{
color: #C3214A;
}
</style>
background-color css
<style>
a { background-color: #C3214A; }
a { background-color: rgb(195,33,74); }
div.DivClassName
{
background-color: #C3214A;
}
.BgClassName
{
background-color: #C3214A;
}
</style>
border-color css
<style>
span { border-color: #C3214A; }
span { border-color: rgb(195,33,74); }
td.TdClassName
{
border-color: #C3214A;
}
.TagClassName
{
border-color: #C3214A;
}
</style>