Shades of Brandy Rose #C58276
Tints of Brandy Rose #C58276
RGB
CMYK
RGB Variations
Color information
#C58276 (or 0xC58276) is known color: Brandy Rose. HEX triplet: C5, 82 and 76. RGB value is (197,130,118). Sum of RGB (Red+Green+Blue) = 197+130+118=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C58276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58276 is #3A7D89. Grayscale: #949494. Windows color (decimal): -3833226 or 7766725. OLE color: 7766725.
HSL color Cylindrical-coordinate representation of color #C58276: hue angle of 9.11º 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 #C58276 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 118 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.23 |
| HSL | 9.11º | 0.41% | 0.62% | - |
| HSV(B) | 9.11º | 0.4% | 0.77% | - |
| XYZ | 34.28 | 29.14 | 20.96 | - |
| YUV | 148.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 118 | 0 | 0.34 | 0.40 | 0.23 | 9.11 | 0.41 | 0.62 |
| Hex | C5 | 82 | 76 | 0 | 22 | 28 | 17 | 9 | 29 | 3E |
| Octal | 305 | 202 | 166 | 0 | 42 | 50 | 27 | 11 | 51 | 76 |
| Binary | 11000101 | 10000010 | 1110110 | 0 | 100010 | 101000 | 10111 | 1001 | 101001 | 111110 |
Color Harmonies of #C58276
Complementary color
Monochromatic Colors of #C58276
Black with #C58276
Text Example
Text Example
White with #C58276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58276; }
p { color: rgb(197,130,118); }
H1.HeaderClassName
{
color: #C58276;
}
.AnyTagClassName
{
color: #C58276;
}
</style>
background-color css
<style>
a { background-color: #C58276; }
a { background-color: rgb(197,130,118); }
div.DivClassName
{
background-color: #C58276;
}
.BgClassName
{
background-color: #C58276;
}
</style>
border-color css
<style>
span { border-color: #C58276; }
span { border-color: rgb(197,130,118); }
td.TdClassName
{
border-color: #C58276;
}
.TagClassName
{
border-color: #C58276;
}
</style>