Shades of Old Rose #C4355D
Tints of Old Rose #C4355D
RGB
CMYK
RGB Variations
Color information
#C4355D (or 0xC4355D) is known color: Old Rose. HEX triplet: C4, 35 and 5D. RGB value is (196,53,93). Sum of RGB (Red+Green+Blue) = 196+53+93=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4355D is #3BCAA2. Grayscale: #646464. Windows color (decimal): -3918499 or 6108612. OLE color: 6108612.
HSL color Cylindrical-coordinate representation of color #C4355D: hue angle of 343.22º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4355D is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 93 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.23 |
| HSL | 343.22º | 0.57% | 0.49% | - |
| HSV(B) | 343.22º | 0.73% | 0.77% | - |
| XYZ | 26.01 | 15.07 | 11.89 | - |
| YUV | 100.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 93 | 0 | 0.73 | 0.53 | 0.23 | 343.22 | 0.57 | 0.49 |
| Hex | C4 | 35 | 5D | 0 | 49 | 35 | 17 | 157 | 39 | 31 |
| Octal | 304 | 65 | 135 | 0 | 111 | 65 | 27 | 527 | 71 | 61 |
| Binary | 11000100 | 110101 | 1011101 | 0 | 1001001 | 110101 | 10111 | 101010111 | 111001 | 110001 |
Color Harmonies of #C4355D
Complementary color
Monochromatic Colors of #C4355D
Black with #C4355D
Text Example
Text Example
White with #C4355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4355D; }
p { color: rgb(196,53,93); }
H1.HeaderClassName
{
color: #C4355D;
}
.AnyTagClassName
{
color: #C4355D;
}
</style>
background-color css
<style>
a { background-color: #C4355D; }
a { background-color: rgb(196,53,93); }
div.DivClassName
{
background-color: #C4355D;
}
.BgClassName
{
background-color: #C4355D;
}
</style>
border-color css
<style>
span { border-color: #C4355D; }
span { border-color: rgb(196,53,93); }
td.TdClassName
{
border-color: #C4355D;
}
.TagClassName
{
border-color: #C4355D;
}
</style>