Shades of Old Rose #C32754
Tints of Old Rose #C32754
RGB
CMYK
RGB Variations
Color information
#C32754 (or 0xC32754) is known color: Old Rose. HEX triplet: C3, 27 and 54. RGB value is (195,39,84). Sum of RGB (Red+Green+Blue) = 195+39+84=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C32754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32754 is #3CD8AB. Grayscale: #5A5A5A. Windows color (decimal): -3987628 or 5515203. OLE color: 5515203.
HSL color Cylindrical-coordinate representation of color #C32754: hue angle of 342.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32754 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 84 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.24 |
| HSL | 342.69º | 0.67% | 0.46% | - |
| HSV(B) | 342.69º | 0.8% | 0.76% | - |
| XYZ | 24.83 | 13.69 | 9.72 | - |
| YUV | 90.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 84 | 0 | 0.80 | 0.57 | 0.24 | 342.69 | 0.67 | 0.46 |
| Hex | C3 | 27 | 54 | 0 | 50 | 39 | 18 | 157 | 43 | 2E |
| Octal | 303 | 47 | 124 | 0 | 120 | 71 | 30 | 527 | 103 | 56 |
| Binary | 11000011 | 100111 | 1010100 | 0 | 1010000 | 111001 | 11000 | 101010111 | 1000011 | 101110 |
Color Harmonies of #C32754
Complementary color
Monochromatic Colors of #C32754
Black with #C32754
Text Example
Text Example
White with #C32754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32754; }
p { color: rgb(195,39,84); }
H1.HeaderClassName
{
color: #C32754;
}
.AnyTagClassName
{
color: #C32754;
}
</style>
background-color css
<style>
a { background-color: #C32754; }
a { background-color: rgb(195,39,84); }
div.DivClassName
{
background-color: #C32754;
}
.BgClassName
{
background-color: #C32754;
}
</style>
border-color css
<style>
span { border-color: #C32754; }
span { border-color: rgb(195,39,84); }
td.TdClassName
{
border-color: #C32754;
}
.TagClassName
{
border-color: #C32754;
}
</style>