Shades of Old Rose #C4355C
Tints of Old Rose #C4355C
RGB
CMYK
RGB Variations
Color information
#C4355C (or 0xC4355C) is known color: Old Rose. HEX triplet: C4, 35 and 5C. RGB value is (196,53,92). Sum of RGB (Red+Green+Blue) = 196+53+92=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4355C is #3BCAA3. Grayscale: #646464. Windows color (decimal): -3918500 or 6043076. OLE color: 6043076.
HSL color Cylindrical-coordinate representation of color #C4355C: hue angle of 343.64º 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 #C4355C is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 92 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.23 |
| HSL | 343.64º | 0.57% | 0.49% | - |
| HSV(B) | 343.64º | 0.73% | 0.77% | - |
| XYZ | 25.97 | 15.05 | 11.66 | - |
| YUV | 100.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 92 | 0 | 0.73 | 0.53 | 0.23 | 343.64 | 0.57 | 0.49 |
| Hex | C4 | 35 | 5C | 0 | 49 | 35 | 17 | 158 | 39 | 31 |
| Octal | 304 | 65 | 134 | 0 | 111 | 65 | 27 | 530 | 71 | 61 |
| Binary | 11000100 | 110101 | 1011100 | 0 | 1001001 | 110101 | 10111 | 101011000 | 111001 | 110001 |
Color Harmonies of #C4355C
Complementary color
Monochromatic Colors of #C4355C
Black with #C4355C
Text Example
Text Example
White with #C4355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4355C; }
p { color: rgb(196,53,92); }
H1.HeaderClassName
{
color: #C4355C;
}
.AnyTagClassName
{
color: #C4355C;
}
</style>
background-color css
<style>
a { background-color: #C4355C; }
a { background-color: rgb(196,53,92); }
div.DivClassName
{
background-color: #C4355C;
}
.BgClassName
{
background-color: #C4355C;
}
</style>
border-color css
<style>
span { border-color: #C4355C; }
span { border-color: rgb(196,53,92); }
td.TdClassName
{
border-color: #C4355C;
}
.TagClassName
{
border-color: #C4355C;
}
</style>