Shades of Old Rose #C4375B
Tints of Old Rose #C4375B
RGB
CMYK
RGB Variations
Color information
#C4375B (or 0xC4375B) is known color: Old Rose. HEX triplet: C4, 37 and 5B. RGB value is (196,55,91). Sum of RGB (Red+Green+Blue) = 196+55+91=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4375B is #3BC8A4. Grayscale: #656565. Windows color (decimal): -3917989 or 5978052. OLE color: 5978052.
HSL color Cylindrical-coordinate representation of color #C4375B: hue angle of 344.68º 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 #C4375B is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 91 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.23 |
| HSL | 344.68º | 0.56% | 0.49% | - |
| HSV(B) | 344.68º | 0.72% | 0.77% | - |
| XYZ | 26.02 | 15.22 | 11.46 | - |
| YUV | 101.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 91 | 0 | 0.72 | 0.54 | 0.23 | 344.68 | 0.56 | 0.49 |
| Hex | C4 | 37 | 5B | 0 | 48 | 36 | 17 | 159 | 38 | 31 |
| Octal | 304 | 67 | 133 | 0 | 110 | 66 | 27 | 531 | 70 | 61 |
| Binary | 11000100 | 110111 | 1011011 | 0 | 1001000 | 110110 | 10111 | 101011001 | 111000 | 110001 |
Color Harmonies of #C4375B
Complementary color
Monochromatic Colors of #C4375B
Black with #C4375B
Text Example
Text Example
White with #C4375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4375B; }
p { color: rgb(196,55,91); }
H1.HeaderClassName
{
color: #C4375B;
}
.AnyTagClassName
{
color: #C4375B;
}
</style>
background-color css
<style>
a { background-color: #C4375B; }
a { background-color: rgb(196,55,91); }
div.DivClassName
{
background-color: #C4375B;
}
.BgClassName
{
background-color: #C4375B;
}
</style>
border-color css
<style>
span { border-color: #C4375B; }
span { border-color: rgb(196,55,91); }
td.TdClassName
{
border-color: #C4375B;
}
.TagClassName
{
border-color: #C4375B;
}
</style>