Shades of Old Rose #C4375C
Tints of Old Rose #C4375C
RGB
CMYK
RGB Variations
Color information
#C4375C (or 0xC4375C) is known color: Old Rose. HEX triplet: C4, 37 and 5C. RGB value is (196,55,92). Sum of RGB (Red+Green+Blue) = 196+55+92=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4375C is #3BC8A3. Grayscale: #656565. Windows color (decimal): -3917988 or 6043588. OLE color: 6043588.
HSL color Cylindrical-coordinate representation of color #C4375C: hue angle of 344.26º 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 #C4375C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 92 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.23 |
| HSL | 344.26º | 0.56% | 0.49% | - |
| HSV(B) | 344.26º | 0.72% | 0.77% | - |
| XYZ | 26.06 | 15.24 | 11.69 | - |
| YUV | 101.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 92 | 0 | 0.72 | 0.53 | 0.23 | 344.26 | 0.56 | 0.49 |
| Hex | C4 | 37 | 5C | 0 | 48 | 35 | 17 | 158 | 38 | 31 |
| Octal | 304 | 67 | 134 | 0 | 110 | 65 | 27 | 530 | 70 | 61 |
| Binary | 11000100 | 110111 | 1011100 | 0 | 1001000 | 110101 | 10111 | 101011000 | 111000 | 110001 |
Color Harmonies of #C4375C
Complementary color
Monochromatic Colors of #C4375C
Black with #C4375C
Text Example
Text Example
White with #C4375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4375C; }
p { color: rgb(196,55,92); }
H1.HeaderClassName
{
color: #C4375C;
}
.AnyTagClassName
{
color: #C4375C;
}
</style>
background-color css
<style>
a { background-color: #C4375C; }
a { background-color: rgb(196,55,92); }
div.DivClassName
{
background-color: #C4375C;
}
.BgClassName
{
background-color: #C4375C;
}
</style>
border-color css
<style>
span { border-color: #C4375C; }
span { border-color: rgb(196,55,92); }
td.TdClassName
{
border-color: #C4375C;
}
.TagClassName
{
border-color: #C4375C;
}
</style>