Shades of Brandy Rose #C58478
Tints of Brandy Rose #C58478
RGB
CMYK
RGB Variations
Color information
#C58478 (or 0xC58478) is known color: Brandy Rose. HEX triplet: C5, 84 and 78. RGB value is (197,132,120). Sum of RGB (Red+Green+Blue) = 197+132+120=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C58478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58478 is #3A7B87. Grayscale: #969696. Windows color (decimal): -3832712 or 7898309. OLE color: 7898309.
HSL color Cylindrical-coordinate representation of color #C58478: hue angle of 9.35º 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 #C58478 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 120 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.23 |
| HSL | 9.35º | 0.4% | 0.62% | - |
| HSV(B) | 9.35º | 0.39% | 0.77% | - |
| XYZ | 34.67 | 29.73 | 21.68 | - |
| YUV | 150.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 120 | 0 | 0.33 | 0.39 | 0.23 | 9.35 | 0.4 | 0.62 |
| Hex | C5 | 84 | 78 | 0 | 21 | 27 | 17 | 9 | 28 | 3E |
| Octal | 305 | 204 | 170 | 0 | 41 | 47 | 27 | 11 | 50 | 76 |
| Binary | 11000101 | 10000100 | 1111000 | 0 | 100001 | 100111 | 10111 | 1001 | 101000 | 111110 |
Color Harmonies of #C58478
Complementary color
Monochromatic Colors of #C58478
Black with #C58478
Text Example
Text Example
White with #C58478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58478; }
p { color: rgb(197,132,120); }
H1.HeaderClassName
{
color: #C58478;
}
.AnyTagClassName
{
color: #C58478;
}
</style>
background-color css
<style>
a { background-color: #C58478; }
a { background-color: rgb(197,132,120); }
div.DivClassName
{
background-color: #C58478;
}
.BgClassName
{
background-color: #C58478;
}
</style>
border-color css
<style>
span { border-color: #C58478; }
span { border-color: rgb(197,132,120); }
td.TdClassName
{
border-color: #C58478;
}
.TagClassName
{
border-color: #C58478;
}
</style>