Shades of Old Rose #C32661
Tints of Old Rose #C32661
RGB
CMYK
RGB Variations
Color information
#C32661 (or 0xC32661) is known color: Old Rose. HEX triplet: C3, 26 and 61. RGB value is (195,38,97). Sum of RGB (Red+Green+Blue) = 195+38+97=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32661 is #3CD99E. Grayscale: #5B5B5B. Windows color (decimal): -3987871 or 6366915. OLE color: 6366915.
HSL color Cylindrical-coordinate representation of color #C32661: hue angle of 337.45º 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 #C32661 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 97 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.24 |
| HSL | 337.45º | 0.67% | 0.46% | - |
| HSV(B) | 337.45º | 0.81% | 0.76% | - |
| XYZ | 25.36 | 13.85 | 12.65 | - |
| YUV | 91.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 97 | 0 | 0.81 | 0.50 | 0.24 | 337.45 | 0.67 | 0.46 |
| Hex | C3 | 26 | 61 | 0 | 51 | 32 | 18 | 151 | 43 | 2E |
| Octal | 303 | 46 | 141 | 0 | 121 | 62 | 30 | 521 | 103 | 56 |
| Binary | 11000011 | 100110 | 1100001 | 0 | 1010001 | 110010 | 11000 | 101010001 | 1000011 | 101110 |
Color Harmonies of #C32661
Complementary color
Monochromatic Colors of #C32661
Black with #C32661
Text Example
Text Example
White with #C32661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32661; }
p { color: rgb(195,38,97); }
H1.HeaderClassName
{
color: #C32661;
}
.AnyTagClassName
{
color: #C32661;
}
</style>
background-color css
<style>
a { background-color: #C32661; }
a { background-color: rgb(195,38,97); }
div.DivClassName
{
background-color: #C32661;
}
.BgClassName
{
background-color: #C32661;
}
</style>
border-color css
<style>
span { border-color: #C32661; }
span { border-color: rgb(195,38,97); }
td.TdClassName
{
border-color: #C32661;
}
.TagClassName
{
border-color: #C32661;
}
</style>