Shades of Brandy Rose #C5897B
Tints of Brandy Rose #C5897B
RGB
CMYK
RGB Variations
Color information
#C5897B (or 0xC5897B) is known color: Brandy Rose. HEX triplet: C5, 89 and 7B. RGB value is (197,137,123). Sum of RGB (Red+Green+Blue) = 197+137+123=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5897B is #3A7684. Grayscale: #999999. Windows color (decimal): -3831429 or 8096197. OLE color: 8096197.
HSL color Cylindrical-coordinate representation of color #C5897B: hue angle of 11.35º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5897B is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 123 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.23 |
| HSL | 11.35º | 0.39% | 0.63% | - |
| HSV(B) | 11.35º | 0.38% | 0.77% | - |
| XYZ | 35.55 | 31.19 | 22.89 | - |
| YUV | 153.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 123 | 0 | 0.30 | 0.38 | 0.23 | 11.35 | 0.39 | 0.63 |
| Hex | C5 | 89 | 7B | 0 | 1E | 26 | 17 | B | 27 | 3F |
| Octal | 305 | 211 | 173 | 0 | 36 | 46 | 27 | 13 | 47 | 77 |
| Binary | 11000101 | 10001001 | 1111011 | 0 | 11110 | 100110 | 10111 | 1011 | 100111 | 111111 |
Color Harmonies of #C5897B
Complementary color
Monochromatic Colors of #C5897B
Black with #C5897B
Text Example
Text Example
White with #C5897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5897B; }
p { color: rgb(197,137,123); }
H1.HeaderClassName
{
color: #C5897B;
}
.AnyTagClassName
{
color: #C5897B;
}
</style>
background-color css
<style>
a { background-color: #C5897B; }
a { background-color: rgb(197,137,123); }
div.DivClassName
{
background-color: #C5897B;
}
.BgClassName
{
background-color: #C5897B;
}
</style>
border-color css
<style>
span { border-color: #C5897B; }
span { border-color: rgb(197,137,123); }
td.TdClassName
{
border-color: #C5897B;
}
.TagClassName
{
border-color: #C5897B;
}
</style>