Shades of Brandy Rose #C58978
Tints of Brandy Rose #C58978
RGB
CMYK
RGB Variations
Color information
#C58978 (or 0xC58978) is known color: Brandy Rose. HEX triplet: C5, 89 and 78. RGB value is (197,137,120). Sum of RGB (Red+Green+Blue) = 197+137+120=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C58978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58978 is #3A7687. Grayscale: #999999. Windows color (decimal): -3831432 or 7899589. OLE color: 7899589.
HSL color Cylindrical-coordinate representation of color #C58978: hue angle of 13.25º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C58978 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 120 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.23 |
| HSL | 13.25º | 0.4% | 0.62% | - |
| HSV(B) | 13.25º | 0.39% | 0.77% | - |
| XYZ | 35.36 | 31.12 | 21.91 | - |
| YUV | 153 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 120 | 0 | 0.30 | 0.39 | 0.23 | 13.25 | 0.4 | 0.62 |
| Hex | C5 | 89 | 78 | 0 | 1E | 27 | 17 | D | 28 | 3E |
| Octal | 305 | 211 | 170 | 0 | 36 | 47 | 27 | 15 | 50 | 76 |
| Binary | 11000101 | 10001001 | 1111000 | 0 | 11110 | 100111 | 10111 | 1101 | 101000 | 111110 |
Color Harmonies of #C58978
Complementary color
Monochromatic Colors of #C58978
Black with #C58978
Text Example
Text Example
White with #C58978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58978; }
p { color: rgb(197,137,120); }
H1.HeaderClassName
{
color: #C58978;
}
.AnyTagClassName
{
color: #C58978;
}
</style>
background-color css
<style>
a { background-color: #C58978; }
a { background-color: rgb(197,137,120); }
div.DivClassName
{
background-color: #C58978;
}
.BgClassName
{
background-color: #C58978;
}
</style>
border-color css
<style>
span { border-color: #C58978; }
span { border-color: rgb(197,137,120); }
td.TdClassName
{
border-color: #C58978;
}
.TagClassName
{
border-color: #C58978;
}
</style>