Shades of Old Rose #C9375B
Tints of Old Rose #C9375B
RGB
CMYK
RGB Variations
Color information
#C9375B (or 0xC9375B) is known color: Old Rose. HEX triplet: C9, 37 and 5B. RGB value is (201,55,91). Sum of RGB (Red+Green+Blue) = 201+55+91=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9375B is #36C8A4. Grayscale: #666666. Windows color (decimal): -3590309 or 5978057. OLE color: 5978057.
HSL color Cylindrical-coordinate representation of color #C9375B: hue angle of 345.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9375B is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 91 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.21 |
| HSL | 345.21º | 0.57% | 0.5% | - |
| HSV(B) | 345.21º | 0.73% | 0.79% | - |
| XYZ | 27.34 | 15.91 | 11.53 | - |
| YUV | 102.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 91 | 0 | 0.73 | 0.55 | 0.21 | 345.21 | 0.57 | 0.5 |
| Hex | C9 | 37 | 5B | 0 | 49 | 37 | 15 | 159 | 39 | 32 |
| Octal | 311 | 67 | 133 | 0 | 111 | 67 | 25 | 531 | 71 | 62 |
| Binary | 11001001 | 110111 | 1011011 | 0 | 1001001 | 110111 | 10101 | 101011001 | 111001 | 110010 |
Color Harmonies of #C9375B
Complementary color
Monochromatic Colors of #C9375B
Black with #C9375B
Text Example
Text Example
White with #C9375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9375B; }
p { color: rgb(201,55,91); }
H1.HeaderClassName
{
color: #C9375B;
}
.AnyTagClassName
{
color: #C9375B;
}
</style>
background-color css
<style>
a { background-color: #C9375B; }
a { background-color: rgb(201,55,91); }
div.DivClassName
{
background-color: #C9375B;
}
.BgClassName
{
background-color: #C9375B;
}
</style>
border-color css
<style>
span { border-color: #C9375B; }
span { border-color: rgb(201,55,91); }
td.TdClassName
{
border-color: #C9375B;
}
.TagClassName
{
border-color: #C9375B;
}
</style>