Shades of Old Rose #C3205C
Tints of Old Rose #C3205C
RGB
CMYK
RGB Variations
Color information
#C3205C (or 0xC3205C) is known color: Old Rose. HEX triplet: C3, 20 and 5C. RGB value is (195,32,92). Sum of RGB (Red+Green+Blue) = 195+32+92=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3205C is #3CDFA3. Grayscale: #575757. Windows color (decimal): -3989412 or 6037699. OLE color: 6037699.
HSL color Cylindrical-coordinate representation of color #C3205C: hue angle of 337.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3205C is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 92 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.24 |
| HSL | 337.91º | 0.72% | 0.45% | - |
| HSV(B) | 337.91º | 0.84% | 0.76% | - |
| XYZ | 24.95 | 13.41 | 11.4 | - |
| YUV | 87.58 | 130.5 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 92 | 0 | 0.84 | 0.53 | 0.24 | 337.91 | 0.72 | 0.45 |
| Hex | C3 | 20 | 5C | 0 | 54 | 35 | 18 | 152 | 48 | 2D |
| Octal | 303 | 40 | 134 | 0 | 124 | 65 | 30 | 522 | 110 | 55 |
| Binary | 11000011 | 100000 | 1011100 | 0 | 1010100 | 110101 | 11000 | 101010010 | 1001000 | 101101 |
Color Harmonies of #C3205C
Complementary color
Monochromatic Colors of #C3205C
Black with #C3205C
Text Example
Text Example
White with #C3205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3205C; }
p { color: rgb(195,32,92); }
H1.HeaderClassName
{
color: #C3205C;
}
.AnyTagClassName
{
color: #C3205C;
}
</style>
background-color css
<style>
a { background-color: #C3205C; }
a { background-color: rgb(195,32,92); }
div.DivClassName
{
background-color: #C3205C;
}
.BgClassName
{
background-color: #C3205C;
}
</style>
border-color css
<style>
span { border-color: #C3205C; }
span { border-color: rgb(195,32,92); }
td.TdClassName
{
border-color: #C3205C;
}
.TagClassName
{
border-color: #C3205C;
}
</style>