Shades of Brandy Rose #C58376
Tints of Brandy Rose #C58376
RGB
CMYK
RGB Variations
Color information
#C58376 (or 0xC58376) is known color: Brandy Rose. HEX triplet: C5, 83 and 76. RGB value is (197,131,118). Sum of RGB (Red+Green+Blue) = 197+131+118=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C58376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58376 is #3A7C89. Grayscale: #959595. Windows color (decimal): -3832970 or 7766981. OLE color: 7766981.
HSL color Cylindrical-coordinate representation of color #C58376: hue angle of 9.87º 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 #C58376 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 118 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.23 |
| HSL | 9.87º | 0.41% | 0.62% | - |
| HSV(B) | 9.87º | 0.4% | 0.77% | - |
| XYZ | 34.41 | 29.41 | 21 | - |
| YUV | 149.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 118 | 0 | 0.34 | 0.40 | 0.23 | 9.87 | 0.41 | 0.62 |
| Hex | C5 | 83 | 76 | 0 | 22 | 28 | 17 | A | 29 | 3E |
| Octal | 305 | 203 | 166 | 0 | 42 | 50 | 27 | 12 | 51 | 76 |
| Binary | 11000101 | 10000011 | 1110110 | 0 | 100010 | 101000 | 10111 | 1010 | 101001 | 111110 |
Color Harmonies of #C58376
Complementary color
Monochromatic Colors of #C58376
Black with #C58376
Text Example
Text Example
White with #C58376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58376; }
p { color: rgb(197,131,118); }
H1.HeaderClassName
{
color: #C58376;
}
.AnyTagClassName
{
color: #C58376;
}
</style>
background-color css
<style>
a { background-color: #C58376; }
a { background-color: rgb(197,131,118); }
div.DivClassName
{
background-color: #C58376;
}
.BgClassName
{
background-color: #C58376;
}
</style>
border-color css
<style>
span { border-color: #C58376; }
span { border-color: rgb(197,131,118); }
td.TdClassName
{
border-color: #C58376;
}
.TagClassName
{
border-color: #C58376;
}
</style>