Shades of Brandy Rose #C58875
Tints of Brandy Rose #C58875
RGB
CMYK
RGB Variations
Color information
#C58875 (or 0xC58875) is known color: Brandy Rose. HEX triplet: C5, 88 and 75. RGB value is (197,136,117). Sum of RGB (Red+Green+Blue) = 197+136+117=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C58875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58875 is #3A778A. Grayscale: #989898. Windows color (decimal): -3831691 or 7702725. OLE color: 7702725.
HSL color Cylindrical-coordinate representation of color #C58875: hue angle of 14.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C58875 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 117 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.23 |
| HSL | 14.25º | 0.41% | 0.62% | - |
| HSV(B) | 14.25º | 0.41% | 0.77% | - |
| XYZ | 35.04 | 30.76 | 20.92 | - |
| YUV | 152.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 117 | 0 | 0.31 | 0.41 | 0.23 | 14.25 | 0.41 | 0.62 |
| Hex | C5 | 88 | 75 | 0 | 1F | 29 | 17 | E | 29 | 3E |
| Octal | 305 | 210 | 165 | 0 | 37 | 51 | 27 | 16 | 51 | 76 |
| Binary | 11000101 | 10001000 | 1110101 | 0 | 11111 | 101001 | 10111 | 1110 | 101001 | 111110 |
Color Harmonies of #C58875
Complementary color
Monochromatic Colors of #C58875
Black with #C58875
Text Example
Text Example
White with #C58875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58875; }
p { color: rgb(197,136,117); }
H1.HeaderClassName
{
color: #C58875;
}
.AnyTagClassName
{
color: #C58875;
}
</style>
background-color css
<style>
a { background-color: #C58875; }
a { background-color: rgb(197,136,117); }
div.DivClassName
{
background-color: #C58875;
}
.BgClassName
{
background-color: #C58875;
}
</style>
border-color css
<style>
span { border-color: #C58875; }
span { border-color: rgb(197,136,117); }
td.TdClassName
{
border-color: #C58875;
}
.TagClassName
{
border-color: #C58875;
}
</style>