Shades of Old Rose #C4295C
Tints of Old Rose #C4295C
RGB
CMYK
RGB Variations
Color information
#C4295C (or 0xC4295C) is known color: Old Rose. HEX triplet: C4, 29 and 5C. RGB value is (196,41,92). Sum of RGB (Red+Green+Blue) = 196+41+92=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4295C is #3BD6A3. Grayscale: #5D5D5D. Windows color (decimal): -3921572 or 6040004. OLE color: 6040004.
HSL color Cylindrical-coordinate representation of color #C4295C: hue angle of 340.26º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4295C is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 92 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.23 |
| HSL | 340.26º | 0.65% | 0.46% | - |
| HSV(B) | 340.26º | 0.79% | 0.77% | - |
| XYZ | 25.49 | 14.09 | 11.5 | - |
| YUV | 93.16 | 127.35 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 92 | 0 | 0.79 | 0.53 | 0.23 | 340.26 | 0.65 | 0.46 |
| Hex | C4 | 29 | 5C | 0 | 4F | 35 | 17 | 154 | 41 | 2E |
| Octal | 304 | 51 | 134 | 0 | 117 | 65 | 27 | 524 | 101 | 56 |
| Binary | 11000100 | 101001 | 1011100 | 0 | 1001111 | 110101 | 10111 | 101010100 | 1000001 | 101110 |
Color Harmonies of #C4295C
Complementary color
Monochromatic Colors of #C4295C
Black with #C4295C
Text Example
Text Example
White with #C4295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4295C; }
p { color: rgb(196,41,92); }
H1.HeaderClassName
{
color: #C4295C;
}
.AnyTagClassName
{
color: #C4295C;
}
</style>
background-color css
<style>
a { background-color: #C4295C; }
a { background-color: rgb(196,41,92); }
div.DivClassName
{
background-color: #C4295C;
}
.BgClassName
{
background-color: #C4295C;
}
</style>
border-color css
<style>
span { border-color: #C4295C; }
span { border-color: rgb(196,41,92); }
td.TdClassName
{
border-color: #C4295C;
}
.TagClassName
{
border-color: #C4295C;
}
</style>