Shades of Old Rose #C4374D
Tints of Old Rose #C4374D
RGB
CMYK
RGB Variations
Color information
#C4374D (or 0xC4374D) is known color: Old Rose. HEX triplet: C4, 37 and 4D. RGB value is (196,55,77). Sum of RGB (Red+Green+Blue) = 196+55+77=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4374D is #3BC8B2. Grayscale: #636363. Windows color (decimal): -3918003 or 5060548. OLE color: 5060548.
HSL color Cylindrical-coordinate representation of color #C4374D: hue angle of 350.64º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4374D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 77 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.23 |
| HSL | 350.64º | 0.56% | 0.49% | - |
| HSV(B) | 350.64º | 0.72% | 0.77% | - |
| XYZ | 25.47 | 15 | 8.57 | - |
| YUV | 99.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 77 | 0 | 0.72 | 0.61 | 0.23 | 350.64 | 0.56 | 0.49 |
| Hex | C4 | 37 | 4D | 0 | 48 | 3D | 17 | 15F | 38 | 31 |
| Octal | 304 | 67 | 115 | 0 | 110 | 75 | 27 | 537 | 70 | 61 |
| Binary | 11000100 | 110111 | 1001101 | 0 | 1001000 | 111101 | 10111 | 101011111 | 111000 | 110001 |
Color Harmonies of #C4374D
Complementary color
Monochromatic Colors of #C4374D
Black with #C4374D
Text Example
Text Example
White with #C4374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4374D; }
p { color: rgb(196,55,77); }
H1.HeaderClassName
{
color: #C4374D;
}
.AnyTagClassName
{
color: #C4374D;
}
</style>
background-color css
<style>
a { background-color: #C4374D; }
a { background-color: rgb(196,55,77); }
div.DivClassName
{
background-color: #C4374D;
}
.BgClassName
{
background-color: #C4374D;
}
</style>
border-color css
<style>
span { border-color: #C4374D; }
span { border-color: rgb(196,55,77); }
td.TdClassName
{
border-color: #C4374D;
}
.TagClassName
{
border-color: #C4374D;
}
</style>