Shades of Old Rose #C32853
Tints of Old Rose #C32853
RGB
CMYK
RGB Variations
Color information
#C32853 (or 0xC32853) is known color: Old Rose. HEX triplet: C3, 28 and 53. RGB value is (195,40,83). Sum of RGB (Red+Green+Blue) = 195+40+83=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C32853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32853 is #3CD7AC. Grayscale: #5B5B5B. Windows color (decimal): -3987373 or 5449923. OLE color: 5449923.
HSL color Cylindrical-coordinate representation of color #C32853: hue angle of 343.35º 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 #C32853 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 83 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.24 |
| HSL | 343.35º | 0.66% | 0.46% | - |
| HSV(B) | 343.35º | 0.79% | 0.76% | - |
| XYZ | 24.83 | 13.74 | 9.53 | - |
| YUV | 91.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 83 | 0 | 0.79 | 0.57 | 0.24 | 343.35 | 0.66 | 0.46 |
| Hex | C3 | 28 | 53 | 0 | 4F | 39 | 18 | 157 | 42 | 2E |
| Octal | 303 | 50 | 123 | 0 | 117 | 71 | 30 | 527 | 102 | 56 |
| Binary | 11000011 | 101000 | 1010011 | 0 | 1001111 | 111001 | 11000 | 101010111 | 1000010 | 101110 |
Color Harmonies of #C32853
Complementary color
Monochromatic Colors of #C32853
Black with #C32853
Text Example
Text Example
White with #C32853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32853; }
p { color: rgb(195,40,83); }
H1.HeaderClassName
{
color: #C32853;
}
.AnyTagClassName
{
color: #C32853;
}
</style>
background-color css
<style>
a { background-color: #C32853; }
a { background-color: rgb(195,40,83); }
div.DivClassName
{
background-color: #C32853;
}
.BgClassName
{
background-color: #C32853;
}
</style>
border-color css
<style>
span { border-color: #C32853; }
span { border-color: rgb(195,40,83); }
td.TdClassName
{
border-color: #C32853;
}
.TagClassName
{
border-color: #C32853;
}
</style>