Shades of Brandy Rose #C58878
Tints of Brandy Rose #C58878
RGB
CMYK
RGB Variations
Color information
#C58878 (or 0xC58878) is known color: Brandy Rose. HEX triplet: C5, 88 and 78. RGB value is (197,136,120). Sum of RGB (Red+Green+Blue) = 197+136+120=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C58878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58878 is #3A7787. Grayscale: #989898. Windows color (decimal): -3831688 or 7899333. OLE color: 7899333.
HSL color Cylindrical-coordinate representation of color #C58878: hue angle of 12.47º 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 #C58878 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 120 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.23 |
| HSL | 12.47º | 0.4% | 0.62% | - |
| HSV(B) | 12.47º | 0.39% | 0.77% | - |
| XYZ | 35.22 | 30.83 | 21.86 | - |
| YUV | 152.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 120 | 0 | 0.31 | 0.39 | 0.23 | 12.47 | 0.4 | 0.62 |
| Hex | C5 | 88 | 78 | 0 | 1F | 27 | 17 | C | 28 | 3E |
| Octal | 305 | 210 | 170 | 0 | 37 | 47 | 27 | 14 | 50 | 76 |
| Binary | 11000101 | 10001000 | 1111000 | 0 | 11111 | 100111 | 10111 | 1100 | 101000 | 111110 |
Color Harmonies of #C58878
Complementary color
Monochromatic Colors of #C58878
Black with #C58878
Text Example
Text Example
White with #C58878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58878; }
p { color: rgb(197,136,120); }
H1.HeaderClassName
{
color: #C58878;
}
.AnyTagClassName
{
color: #C58878;
}
</style>
background-color css
<style>
a { background-color: #C58878; }
a { background-color: rgb(197,136,120); }
div.DivClassName
{
background-color: #C58878;
}
.BgClassName
{
background-color: #C58878;
}
</style>
border-color css
<style>
span { border-color: #C58878; }
span { border-color: rgb(197,136,120); }
td.TdClassName
{
border-color: #C58878;
}
.TagClassName
{
border-color: #C58878;
}
</style>