Shades of Old Rose #C4265D
Tints of Old Rose #C4265D
RGB
CMYK
RGB Variations
Color information
#C4265D (or 0xC4265D) is known color: Old Rose. HEX triplet: C4, 26 and 5D. RGB value is (196,38,93). Sum of RGB (Red+Green+Blue) = 196+38+93=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4265D is #3BD9A2. Grayscale: #5B5B5B. Windows color (decimal): -3922339 or 6104772. OLE color: 6104772.
HSL color Cylindrical-coordinate representation of color #C4265D: hue angle of 339.11º 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 #C4265D is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 93 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.23 |
| HSL | 339.11º | 0.68% | 0.46% | - |
| HSV(B) | 339.11º | 0.81% | 0.77% | - |
| XYZ | 25.43 | 13.91 | 11.7 | - |
| YUV | 91.51 | 128.85 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 93 | 0 | 0.81 | 0.53 | 0.23 | 339.11 | 0.68 | 0.46 |
| Hex | C4 | 26 | 5D | 0 | 51 | 35 | 17 | 153 | 44 | 2E |
| Octal | 304 | 46 | 135 | 0 | 121 | 65 | 27 | 523 | 104 | 56 |
| Binary | 11000100 | 100110 | 1011101 | 0 | 1010001 | 110101 | 10111 | 101010011 | 1000100 | 101110 |
Color Harmonies of #C4265D
Complementary color
Monochromatic Colors of #C4265D
Black with #C4265D
Text Example
Text Example
White with #C4265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4265D; }
p { color: rgb(196,38,93); }
H1.HeaderClassName
{
color: #C4265D;
}
.AnyTagClassName
{
color: #C4265D;
}
</style>
background-color css
<style>
a { background-color: #C4265D; }
a { background-color: rgb(196,38,93); }
div.DivClassName
{
background-color: #C4265D;
}
.BgClassName
{
background-color: #C4265D;
}
</style>
border-color css
<style>
span { border-color: #C4265D; }
span { border-color: rgb(196,38,93); }
td.TdClassName
{
border-color: #C4265D;
}
.TagClassName
{
border-color: #C4265D;
}
</style>