Shades of Brandy Rose #C28076
Tints of Brandy Rose #C28076
RGB
CMYK
RGB Variations
Color information
#C28076 (or 0xC28076) is known color: Brandy Rose. HEX triplet: C2, 80 and 76. RGB value is (194,128,118). Sum of RGB (Red+Green+Blue) = 194+128+118=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C28076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28076 is #3D7F89. Grayscale: #929292. Windows color (decimal): -4030346 or 7766210. OLE color: 7766210.
HSL color Cylindrical-coordinate representation of color #C28076: hue angle of 7.89º 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 #C28076 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 118 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.24 |
| HSL | 7.89º | 0.38% | 0.61% | - |
| HSV(B) | 7.89º | 0.39% | 0.76% | - |
| XYZ | 33.24 | 28.22 | 20.83 | - |
| YUV | 146.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 118 | 0 | 0.34 | 0.39 | 0.24 | 7.89 | 0.38 | 0.61 |
| Hex | C2 | 80 | 76 | 0 | 22 | 27 | 18 | 8 | 26 | 3D |
| Octal | 302 | 200 | 166 | 0 | 42 | 47 | 30 | 10 | 46 | 75 |
| Binary | 11000010 | 10000000 | 1110110 | 0 | 100010 | 100111 | 11000 | 1000 | 100110 | 111101 |
Color Harmonies of #C28076
Complementary color
Monochromatic Colors of #C28076
Black with #C28076
Text Example
Text Example
White with #C28076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28076; }
p { color: rgb(194,128,118); }
H1.HeaderClassName
{
color: #C28076;
}
.AnyTagClassName
{
color: #C28076;
}
</style>
background-color css
<style>
a { background-color: #C28076; }
a { background-color: rgb(194,128,118); }
div.DivClassName
{
background-color: #C28076;
}
.BgClassName
{
background-color: #C28076;
}
</style>
border-color css
<style>
span { border-color: #C28076; }
span { border-color: rgb(194,128,118); }
td.TdClassName
{
border-color: #C28076;
}
.TagClassName
{
border-color: #C28076;
}
</style>