Shades of Brandy Rose #C28776
Tints of Brandy Rose #C28776
RGB
CMYK
RGB Variations
Color information
#C28776 (or 0xC28776) is known color: Brandy Rose. HEX triplet: C2, 87 and 76. RGB value is (194,135,118). Sum of RGB (Red+Green+Blue) = 194+135+118=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C28776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28776 is #3D7889. Grayscale: #969696. Windows color (decimal): -4028554 or 7768002. OLE color: 7768002.
HSL color Cylindrical-coordinate representation of color #C28776: hue angle of 13.42º 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 #C28776 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 118 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.24 |
| HSL | 13.42º | 0.38% | 0.61% | - |
| HSV(B) | 13.42º | 0.39% | 0.76% | - |
| XYZ | 34.18 | 30.11 | 21.15 | - |
| YUV | 150.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 118 | 0 | 0.30 | 0.39 | 0.24 | 13.42 | 0.38 | 0.61 |
| Hex | C2 | 87 | 76 | 0 | 1E | 27 | 18 | D | 26 | 3D |
| Octal | 302 | 207 | 166 | 0 | 36 | 47 | 30 | 15 | 46 | 75 |
| Binary | 11000010 | 10000111 | 1110110 | 0 | 11110 | 100111 | 11000 | 1101 | 100110 | 111101 |
Color Harmonies of #C28776
Complementary color
Monochromatic Colors of #C28776
Black with #C28776
Text Example
Text Example
White with #C28776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28776; }
p { color: rgb(194,135,118); }
H1.HeaderClassName
{
color: #C28776;
}
.AnyTagClassName
{
color: #C28776;
}
</style>
background-color css
<style>
a { background-color: #C28776; }
a { background-color: rgb(194,135,118); }
div.DivClassName
{
background-color: #C28776;
}
.BgClassName
{
background-color: #C28776;
}
</style>
border-color css
<style>
span { border-color: #C28776; }
span { border-color: rgb(194,135,118); }
td.TdClassName
{
border-color: #C28776;
}
.TagClassName
{
border-color: #C28776;
}
</style>