Shades of Old Rose #C32663
Tints of Old Rose #C32663
RGB
CMYK
RGB Variations
Color information
#C32663 (or 0xC32663) is known color: Old Rose. HEX triplet: C3, 26 and 63. RGB value is (195,38,99). Sum of RGB (Red+Green+Blue) = 195+38+99=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C32663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32663 is #3CD99C. Grayscale: #5B5B5B. Windows color (decimal): -3987869 or 6497987. OLE color: 6497987.
HSL color Cylindrical-coordinate representation of color #C32663: hue angle of 336.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32663 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 99 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.24 |
| HSL | 336.69º | 0.67% | 0.46% | - |
| HSV(B) | 336.69º | 0.81% | 0.76% | - |
| XYZ | 25.45 | 13.89 | 13.14 | - |
| YUV | 91.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 99 | 0 | 0.81 | 0.49 | 0.24 | 336.69 | 0.67 | 0.46 |
| Hex | C3 | 26 | 63 | 0 | 51 | 31 | 18 | 151 | 43 | 2E |
| Octal | 303 | 46 | 143 | 0 | 121 | 61 | 30 | 521 | 103 | 56 |
| Binary | 11000011 | 100110 | 1100011 | 0 | 1010001 | 110001 | 11000 | 101010001 | 1000011 | 101110 |
Color Harmonies of #C32663
Complementary color
Monochromatic Colors of #C32663
Black with #C32663
Text Example
Text Example
White with #C32663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32663; }
p { color: rgb(195,38,99); }
H1.HeaderClassName
{
color: #C32663;
}
.AnyTagClassName
{
color: #C32663;
}
</style>
background-color css
<style>
a { background-color: #C32663; }
a { background-color: rgb(195,38,99); }
div.DivClassName
{
background-color: #C32663;
}
.BgClassName
{
background-color: #C32663;
}
</style>
border-color css
<style>
span { border-color: #C32663; }
span { border-color: rgb(195,38,99); }
td.TdClassName
{
border-color: #C32663;
}
.TagClassName
{
border-color: #C32663;
}
</style>