Shades of Old Rose #C3215C
Tints of Old Rose #C3215C
RGB
CMYK
RGB Variations
Color information
#C3215C (or 0xC3215C) is known color: Old Rose. HEX triplet: C3, 21 and 5C. RGB value is (195,33,92). Sum of RGB (Red+Green+Blue) = 195+33+92=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3215C is #3CDEA3. Grayscale: #585858. Windows color (decimal): -3989156 or 6037955. OLE color: 6037955.
HSL color Cylindrical-coordinate representation of color #C3215C: hue angle of 338.15º 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 #C3215C is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 92 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.24 |
| HSL | 338.15º | 0.71% | 0.45% | - |
| HSV(B) | 338.15º | 0.83% | 0.76% | - |
| XYZ | 24.98 | 13.46 | 11.41 | - |
| YUV | 88.16 | 130.17 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 92 | 0 | 0.83 | 0.53 | 0.24 | 338.15 | 0.71 | 0.45 |
| Hex | C3 | 21 | 5C | 0 | 53 | 35 | 18 | 152 | 47 | 2D |
| Octal | 303 | 41 | 134 | 0 | 123 | 65 | 30 | 522 | 107 | 55 |
| Binary | 11000011 | 100001 | 1011100 | 0 | 1010011 | 110101 | 11000 | 101010010 | 1000111 | 101101 |
Color Harmonies of #C3215C
Complementary color
Monochromatic Colors of #C3215C
Black with #C3215C
Text Example
Text Example
White with #C3215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3215C; }
p { color: rgb(195,33,92); }
H1.HeaderClassName
{
color: #C3215C;
}
.AnyTagClassName
{
color: #C3215C;
}
</style>
background-color css
<style>
a { background-color: #C3215C; }
a { background-color: rgb(195,33,92); }
div.DivClassName
{
background-color: #C3215C;
}
.BgClassName
{
background-color: #C3215C;
}
</style>
border-color css
<style>
span { border-color: #C3215C; }
span { border-color: rgb(195,33,92); }
td.TdClassName
{
border-color: #C3215C;
}
.TagClassName
{
border-color: #C3215C;
}
</style>