Shades of Brandy Rose #C28471
Tints of Brandy Rose #C28471
RGB
CMYK
RGB Variations
Color information
#C28471 (or 0xC28471) is known color: Brandy Rose. HEX triplet: C2, 84 and 71. RGB value is (194,132,113). Sum of RGB (Red+Green+Blue) = 194+132+113=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C28471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28471 is #3D7B8E. Grayscale: #949494. Windows color (decimal): -4029327 or 7439554. OLE color: 7439554.
HSL color Cylindrical-coordinate representation of color #C28471: hue angle of 14.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28471 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 113 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.24 |
| HSL | 14.07º | 0.4% | 0.6% | - |
| HSV(B) | 14.07º | 0.42% | 0.76% | - |
| XYZ | 33.48 | 29.16 | 19.49 | - |
| YUV | 148.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 113 | 0 | 0.32 | 0.42 | 0.24 | 14.07 | 0.4 | 0.6 |
| Hex | C2 | 84 | 71 | 0 | 20 | 2A | 18 | E | 28 | 3C |
| Octal | 302 | 204 | 161 | 0 | 40 | 52 | 30 | 16 | 50 | 74 |
| Binary | 11000010 | 10000100 | 1110001 | 0 | 100000 | 101010 | 11000 | 1110 | 101000 | 111100 |
Color Harmonies of #C28471
Complementary color
Monochromatic Colors of #C28471
Black with #C28471
Text Example
Text Example
White with #C28471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28471; }
p { color: rgb(194,132,113); }
H1.HeaderClassName
{
color: #C28471;
}
.AnyTagClassName
{
color: #C28471;
}
</style>
background-color css
<style>
a { background-color: #C28471; }
a { background-color: rgb(194,132,113); }
div.DivClassName
{
background-color: #C28471;
}
.BgClassName
{
background-color: #C28471;
}
</style>
border-color css
<style>
span { border-color: #C28471; }
span { border-color: rgb(194,132,113); }
td.TdClassName
{
border-color: #C28471;
}
.TagClassName
{
border-color: #C28471;
}
</style>