Shades of Old Rose #C4255C
Tints of Old Rose #C4255C
RGB
CMYK
RGB Variations
Color information
#C4255C (or 0xC4255C) is known color: Old Rose. HEX triplet: C4, 25 and 5C. RGB value is (196,37,92). Sum of RGB (Red+Green+Blue) = 196+37+92=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4255C is #3BDAA3. Grayscale: #5A5A5A. Windows color (decimal): -3922596 or 6038980. OLE color: 6038980.
HSL color Cylindrical-coordinate representation of color #C4255C: hue angle of 339.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4255C is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 92 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.23 |
| HSL | 339.25º | 0.68% | 0.46% | - |
| HSV(B) | 339.25º | 0.81% | 0.77% | - |
| XYZ | 25.36 | 13.83 | 11.46 | - |
| YUV | 90.81 | 128.68 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 92 | 0 | 0.81 | 0.53 | 0.23 | 339.25 | 0.68 | 0.46 |
| Hex | C4 | 25 | 5C | 0 | 51 | 35 | 17 | 153 | 44 | 2E |
| Octal | 304 | 45 | 134 | 0 | 121 | 65 | 27 | 523 | 104 | 56 |
| Binary | 11000100 | 100101 | 1011100 | 0 | 1010001 | 110101 | 10111 | 101010011 | 1000100 | 101110 |
Color Harmonies of #C4255C
Complementary color
Monochromatic Colors of #C4255C
Black with #C4255C
Text Example
Text Example
White with #C4255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4255C; }
p { color: rgb(196,37,92); }
H1.HeaderClassName
{
color: #C4255C;
}
.AnyTagClassName
{
color: #C4255C;
}
</style>
background-color css
<style>
a { background-color: #C4255C; }
a { background-color: rgb(196,37,92); }
div.DivClassName
{
background-color: #C4255C;
}
.BgClassName
{
background-color: #C4255C;
}
</style>
border-color css
<style>
span { border-color: #C4255C; }
span { border-color: rgb(196,37,92); }
td.TdClassName
{
border-color: #C4255C;
}
.TagClassName
{
border-color: #C4255C;
}
</style>