Shades of Old Rose #C32F5A
Tints of Old Rose #C32F5A
RGB
CMYK
RGB Variations
Color information
#C32F5A (or 0xC32F5A) is known color: Old Rose. HEX triplet: C3, 2F and 5A. RGB value is (195,47,90). Sum of RGB (Red+Green+Blue) = 195+47+90=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32F5A is #3CD0A5. Grayscale: #606060. Windows color (decimal): -3985574 or 5910467. OLE color: 5910467.
HSL color Cylindrical-coordinate representation of color #C32F5A: hue angle of 342.57º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32F5A is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 90 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.24 |
| HSL | 342.57º | 0.61% | 0.47% | - |
| HSV(B) | 342.57º | 0.76% | 0.76% | - |
| XYZ | 25.37 | 14.37 | 11.11 | - |
| YUV | 96.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 90 | 0 | 0.76 | 0.54 | 0.24 | 342.57 | 0.61 | 0.47 |
| Hex | C3 | 2F | 5A | 0 | 4C | 36 | 18 | 157 | 3D | 2F |
| Octal | 303 | 57 | 132 | 0 | 114 | 66 | 30 | 527 | 75 | 57 |
| Binary | 11000011 | 101111 | 1011010 | 0 | 1001100 | 110110 | 11000 | 101010111 | 111101 | 101111 |
Color Harmonies of #C32F5A
Complementary color
Monochromatic Colors of #C32F5A
Black with #C32F5A
Text Example
Text Example
White with #C32F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F5A; }
p { color: rgb(195,47,90); }
H1.HeaderClassName
{
color: #C32F5A;
}
.AnyTagClassName
{
color: #C32F5A;
}
</style>
background-color css
<style>
a { background-color: #C32F5A; }
a { background-color: rgb(195,47,90); }
div.DivClassName
{
background-color: #C32F5A;
}
.BgClassName
{
background-color: #C32F5A;
}
</style>
border-color css
<style>
span { border-color: #C32F5A; }
span { border-color: rgb(195,47,90); }
td.TdClassName
{
border-color: #C32F5A;
}
.TagClassName
{
border-color: #C32F5A;
}
</style>