Shades of Brandy Rose #C28876
Tints of Brandy Rose #C28876
RGB
CMYK
RGB Variations
Color information
#C28876 (or 0xC28876) is known color: Brandy Rose. HEX triplet: C2, 88 and 76. RGB value is (194,136,118). Sum of RGB (Red+Green+Blue) = 194+136+118=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C28876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28876 is #3D7789. Grayscale: #979797. Windows color (decimal): -4028298 or 7768258. OLE color: 7768258.
HSL color Cylindrical-coordinate representation of color #C28876: hue angle of 14.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C28876 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 118 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.24 |
| HSL | 14.21º | 0.38% | 0.61% | - |
| HSV(B) | 14.21º | 0.39% | 0.76% | - |
| XYZ | 34.32 | 30.39 | 21.2 | - |
| YUV | 151.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 118 | 0 | 0.30 | 0.39 | 0.24 | 14.21 | 0.38 | 0.61 |
| Hex | C2 | 88 | 76 | 0 | 1E | 27 | 18 | E | 26 | 3D |
| Octal | 302 | 210 | 166 | 0 | 36 | 47 | 30 | 16 | 46 | 75 |
| Binary | 11000010 | 10001000 | 1110110 | 0 | 11110 | 100111 | 11000 | 1110 | 100110 | 111101 |
Color Harmonies of #C28876
Complementary color
Monochromatic Colors of #C28876
Black with #C28876
Text Example
Text Example
White with #C28876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28876; }
p { color: rgb(194,136,118); }
H1.HeaderClassName
{
color: #C28876;
}
.AnyTagClassName
{
color: #C28876;
}
</style>
background-color css
<style>
a { background-color: #C28876; }
a { background-color: rgb(194,136,118); }
div.DivClassName
{
background-color: #C28876;
}
.BgClassName
{
background-color: #C28876;
}
</style>
border-color css
<style>
span { border-color: #C28876; }
span { border-color: rgb(194,136,118); }
td.TdClassName
{
border-color: #C28876;
}
.TagClassName
{
border-color: #C28876;
}
</style>