Shades of Old Rose #C32C64
Tints of Old Rose #C32C64
RGB
CMYK
RGB Variations
Color information
#C32C64 (or 0xC32C64) is known color: Old Rose. HEX triplet: C3, 2C and 64. RGB value is (195,44,100). Sum of RGB (Red+Green+Blue) = 195+44+100=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C64 is #3CD39B. Grayscale: #5F5F5F. Windows color (decimal): -3986332 or 6565059. OLE color: 6565059.
HSL color Cylindrical-coordinate representation of color #C32C64: hue angle of 337.75º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C64 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 100 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.24 |
| HSL | 337.75º | 0.63% | 0.47% | - |
| HSV(B) | 337.75º | 0.77% | 0.76% | - |
| XYZ | 25.71 | 14.32 | 13.47 | - |
| YUV | 95.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 100 | 0 | 0.77 | 0.49 | 0.24 | 337.75 | 0.63 | 0.47 |
| Hex | C3 | 2C | 64 | 0 | 4D | 31 | 18 | 152 | 3F | 2F |
| Octal | 303 | 54 | 144 | 0 | 115 | 61 | 30 | 522 | 77 | 57 |
| Binary | 11000011 | 101100 | 1100100 | 0 | 1001101 | 110001 | 11000 | 101010010 | 111111 | 101111 |
Color Harmonies of #C32C64
Complementary color
Monochromatic Colors of #C32C64
Black with #C32C64
Text Example
Text Example
White with #C32C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C64; }
p { color: rgb(195,44,100); }
H1.HeaderClassName
{
color: #C32C64;
}
.AnyTagClassName
{
color: #C32C64;
}
</style>
background-color css
<style>
a { background-color: #C32C64; }
a { background-color: rgb(195,44,100); }
div.DivClassName
{
background-color: #C32C64;
}
.BgClassName
{
background-color: #C32C64;
}
</style>
border-color css
<style>
span { border-color: #C32C64; }
span { border-color: rgb(195,44,100); }
td.TdClassName
{
border-color: #C32C64;
}
.TagClassName
{
border-color: #C32C64;
}
</style>