Shades of Brandy Rose #C28071
Tints of Brandy Rose #C28071
RGB
CMYK
RGB Variations
Color information
#C28071 (or 0xC28071) is known color: Brandy Rose. HEX triplet: C2, 80 and 71. RGB value is (194,128,113). Sum of RGB (Red+Green+Blue) = 194+128+113=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C28071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28071 is #3D7F8E. Grayscale: #929292. Windows color (decimal): -4030351 or 7438530. OLE color: 7438530.
HSL color Cylindrical-coordinate representation of color #C28071: hue angle of 11.11º 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 #C28071 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 113 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.24 |
| HSL | 11.11º | 0.4% | 0.6% | - |
| HSV(B) | 11.11º | 0.42% | 0.76% | - |
| XYZ | 32.95 | 28.1 | 19.31 | - |
| YUV | 146.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 113 | 0 | 0.34 | 0.42 | 0.24 | 11.11 | 0.4 | 0.6 |
| Hex | C2 | 80 | 71 | 0 | 22 | 2A | 18 | B | 28 | 3C |
| Octal | 302 | 200 | 161 | 0 | 42 | 52 | 30 | 13 | 50 | 74 |
| Binary | 11000010 | 10000000 | 1110001 | 0 | 100010 | 101010 | 11000 | 1011 | 101000 | 111100 |
Color Harmonies of #C28071
Complementary color
Monochromatic Colors of #C28071
Black with #C28071
Text Example
Text Example
White with #C28071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28071; }
p { color: rgb(194,128,113); }
H1.HeaderClassName
{
color: #C28071;
}
.AnyTagClassName
{
color: #C28071;
}
</style>
background-color css
<style>
a { background-color: #C28071; }
a { background-color: rgb(194,128,113); }
div.DivClassName
{
background-color: #C28071;
}
.BgClassName
{
background-color: #C28071;
}
</style>
border-color css
<style>
span { border-color: #C28071; }
span { border-color: rgb(194,128,113); }
td.TdClassName
{
border-color: #C28071;
}
.TagClassName
{
border-color: #C28071;
}
</style>