Shades of Old Rose #C4275D
Tints of Old Rose #C4275D
RGB
CMYK
RGB Variations
Color information
#C4275D (or 0xC4275D) is known color: Old Rose. HEX triplet: C4, 27 and 5D. RGB value is (196,39,93). Sum of RGB (Red+Green+Blue) = 196+39+93=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4275D is #3BD8A2. Grayscale: #5C5C5C. Windows color (decimal): -3922083 or 6105028. OLE color: 6105028.
HSL color Cylindrical-coordinate representation of color #C4275D: hue angle of 339.36º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4275D is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 93 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.23 |
| HSL | 339.36º | 0.67% | 0.46% | - |
| HSV(B) | 339.36º | 0.8% | 0.77% | - |
| XYZ | 25.47 | 13.98 | 11.71 | - |
| YUV | 92.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 93 | 0 | 0.80 | 0.53 | 0.23 | 339.36 | 0.67 | 0.46 |
| Hex | C4 | 27 | 5D | 0 | 50 | 35 | 17 | 153 | 43 | 2E |
| Octal | 304 | 47 | 135 | 0 | 120 | 65 | 27 | 523 | 103 | 56 |
| Binary | 11000100 | 100111 | 1011101 | 0 | 1010000 | 110101 | 10111 | 101010011 | 1000011 | 101110 |
Color Harmonies of #C4275D
Complementary color
Monochromatic Colors of #C4275D
Black with #C4275D
Text Example
Text Example
White with #C4275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4275D; }
p { color: rgb(196,39,93); }
H1.HeaderClassName
{
color: #C4275D;
}
.AnyTagClassName
{
color: #C4275D;
}
</style>
background-color css
<style>
a { background-color: #C4275D; }
a { background-color: rgb(196,39,93); }
div.DivClassName
{
background-color: #C4275D;
}
.BgClassName
{
background-color: #C4275D;
}
</style>
border-color css
<style>
span { border-color: #C4275D; }
span { border-color: rgb(196,39,93); }
td.TdClassName
{
border-color: #C4275D;
}
.TagClassName
{
border-color: #C4275D;
}
</style>