Shades of Brandy Rose #C58472
Tints of Brandy Rose #C58472
RGB
CMYK
RGB Variations
Color information
#C58472 (or 0xC58472) is known color: Brandy Rose. HEX triplet: C5, 84 and 72. RGB value is (197,132,114). Sum of RGB (Red+Green+Blue) = 197+132+114=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C58472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58472 is #3A7B8D. Grayscale: #959595. Windows color (decimal): -3832718 or 7505093. OLE color: 7505093.
HSL color Cylindrical-coordinate representation of color #C58472: hue angle of 13.01º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58472 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 114 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.23 |
| HSL | 13.01º | 0.42% | 0.61% | - |
| HSV(B) | 13.01º | 0.42% | 0.77% | - |
| XYZ | 34.31 | 29.59 | 19.82 | - |
| YUV | 149.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 114 | 0 | 0.33 | 0.42 | 0.23 | 13.01 | 0.42 | 0.61 |
| Hex | C5 | 84 | 72 | 0 | 21 | 2A | 17 | D | 2A | 3D |
| Octal | 305 | 204 | 162 | 0 | 41 | 52 | 27 | 15 | 52 | 75 |
| Binary | 11000101 | 10000100 | 1110010 | 0 | 100001 | 101010 | 10111 | 1101 | 101010 | 111101 |
Color Harmonies of #C58472
Complementary color
Monochromatic Colors of #C58472
Black with #C58472
Text Example
Text Example
White with #C58472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58472; }
p { color: rgb(197,132,114); }
H1.HeaderClassName
{
color: #C58472;
}
.AnyTagClassName
{
color: #C58472;
}
</style>
background-color css
<style>
a { background-color: #C58472; }
a { background-color: rgb(197,132,114); }
div.DivClassName
{
background-color: #C58472;
}
.BgClassName
{
background-color: #C58472;
}
</style>
border-color css
<style>
span { border-color: #C58472; }
span { border-color: rgb(197,132,114); }
td.TdClassName
{
border-color: #C58472;
}
.TagClassName
{
border-color: #C58472;
}
</style>