Shades of Brandy Rose #C58176
Tints of Brandy Rose #C58176
RGB
CMYK
RGB Variations
Color information
#C58176 (or 0xC58176) is known color: Brandy Rose. HEX triplet: C5, 81 and 76. RGB value is (197,129,118). Sum of RGB (Red+Green+Blue) = 197+129+118=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C58176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58176 is #3A7E89. Grayscale: #949494. Windows color (decimal): -3833482 or 7766469. OLE color: 7766469.
HSL color Cylindrical-coordinate representation of color #C58176: hue angle of 8.35º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58176 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 118 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.23 |
| HSL | 8.35º | 0.41% | 0.62% | - |
| HSV(B) | 8.35º | 0.4% | 0.77% | - |
| XYZ | 34.15 | 28.88 | 20.91 | - |
| YUV | 148.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 118 | 0 | 0.35 | 0.40 | 0.23 | 8.35 | 0.41 | 0.62 |
| Hex | C5 | 81 | 76 | 0 | 23 | 28 | 17 | 8 | 29 | 3E |
| Octal | 305 | 201 | 166 | 0 | 43 | 50 | 27 | 10 | 51 | 76 |
| Binary | 11000101 | 10000001 | 1110110 | 0 | 100011 | 101000 | 10111 | 1000 | 101001 | 111110 |
Color Harmonies of #C58176
Complementary color
Monochromatic Colors of #C58176
Black with #C58176
Text Example
Text Example
White with #C58176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58176; }
p { color: rgb(197,129,118); }
H1.HeaderClassName
{
color: #C58176;
}
.AnyTagClassName
{
color: #C58176;
}
</style>
background-color css
<style>
a { background-color: #C58176; }
a { background-color: rgb(197,129,118); }
div.DivClassName
{
background-color: #C58176;
}
.BgClassName
{
background-color: #C58176;
}
</style>
border-color css
<style>
span { border-color: #C58176; }
span { border-color: rgb(197,129,118); }
td.TdClassName
{
border-color: #C58176;
}
.TagClassName
{
border-color: #C58176;
}
</style>