Shades of Old Rose #C32857
Tints of Old Rose #C32857
RGB
CMYK
RGB Variations
Color information
#C32857 (or 0xC32857) is known color: Old Rose. HEX triplet: C3, 28 and 57. RGB value is (195,40,87). Sum of RGB (Red+Green+Blue) = 195+40+87=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C32857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32857 is #3CD7A8. Grayscale: #5B5B5B. Windows color (decimal): -3987369 or 5712067. OLE color: 5712067.
HSL color Cylindrical-coordinate representation of color #C32857: hue angle of 341.81º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32857 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 87 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.24 |
| HSL | 341.81º | 0.66% | 0.46% | - |
| HSV(B) | 341.81º | 0.79% | 0.76% | - |
| XYZ | 24.98 | 13.81 | 10.37 | - |
| YUV | 91.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 87 | 0 | 0.79 | 0.55 | 0.24 | 341.81 | 0.66 | 0.46 |
| Hex | C3 | 28 | 57 | 0 | 4F | 37 | 18 | 156 | 42 | 2E |
| Octal | 303 | 50 | 127 | 0 | 117 | 67 | 30 | 526 | 102 | 56 |
| Binary | 11000011 | 101000 | 1010111 | 0 | 1001111 | 110111 | 11000 | 101010110 | 1000010 | 101110 |
Color Harmonies of #C32857
Complementary color
Monochromatic Colors of #C32857
Black with #C32857
Text Example
Text Example
White with #C32857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32857; }
p { color: rgb(195,40,87); }
H1.HeaderClassName
{
color: #C32857;
}
.AnyTagClassName
{
color: #C32857;
}
</style>
background-color css
<style>
a { background-color: #C32857; }
a { background-color: rgb(195,40,87); }
div.DivClassName
{
background-color: #C32857;
}
.BgClassName
{
background-color: #C32857;
}
</style>
border-color css
<style>
span { border-color: #C32857; }
span { border-color: rgb(195,40,87); }
td.TdClassName
{
border-color: #C32857;
}
.TagClassName
{
border-color: #C32857;
}
</style>