Shades of Old Rose #C3205B
Tints of Old Rose #C3205B
RGB
CMYK
RGB Variations
Color information
#C3205B (or 0xC3205B) is known color: Old Rose. HEX triplet: C3, 20 and 5B. RGB value is (195,32,91). Sum of RGB (Red+Green+Blue) = 195+32+91=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C3205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3205B is #3CDFA4. Grayscale: #575757. Windows color (decimal): -3989413 or 5972163. OLE color: 5972163.
HSL color Cylindrical-coordinate representation of color #C3205B: hue angle of 338.28º 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 #C3205B is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 91 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.24 |
| HSL | 338.28º | 0.72% | 0.45% | - |
| HSV(B) | 338.28º | 0.84% | 0.76% | - |
| XYZ | 24.91 | 13.39 | 11.17 | - |
| YUV | 87.46 | 130 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 91 | 0 | 0.84 | 0.53 | 0.24 | 338.28 | 0.72 | 0.45 |
| Hex | C3 | 20 | 5B | 0 | 54 | 35 | 18 | 152 | 48 | 2D |
| Octal | 303 | 40 | 133 | 0 | 124 | 65 | 30 | 522 | 110 | 55 |
| Binary | 11000011 | 100000 | 1011011 | 0 | 1010100 | 110101 | 11000 | 101010010 | 1001000 | 101101 |
Color Harmonies of #C3205B
Complementary color
Monochromatic Colors of #C3205B
Black with #C3205B
Text Example
Text Example
White with #C3205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3205B; }
p { color: rgb(195,32,91); }
H1.HeaderClassName
{
color: #C3205B;
}
.AnyTagClassName
{
color: #C3205B;
}
</style>
background-color css
<style>
a { background-color: #C3205B; }
a { background-color: rgb(195,32,91); }
div.DivClassName
{
background-color: #C3205B;
}
.BgClassName
{
background-color: #C3205B;
}
</style>
border-color css
<style>
span { border-color: #C3205B; }
span { border-color: rgb(195,32,91); }
td.TdClassName
{
border-color: #C3205B;
}
.TagClassName
{
border-color: #C3205B;
}
</style>