Shades of Brandy Rose #C28B79
Tints of Brandy Rose #C28B79
RGB
CMYK
RGB Variations
Color information
#C28B79 (or 0xC28B79) is known color: Brandy Rose. HEX triplet: C2, 8B and 79. RGB value is (194,139,121). Sum of RGB (Red+Green+Blue) = 194+139+121=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B79 is #3D7486. Grayscale: #999999. Windows color (decimal): -4027527 or 7965634. OLE color: 7965634.
HSL color Cylindrical-coordinate representation of color #C28B79: hue angle of 14.79º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28B79 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 121 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.24 |
| HSL | 14.79º | 0.37% | 0.62% | - |
| HSV(B) | 14.79º | 0.38% | 0.76% | - |
| XYZ | 34.93 | 31.32 | 22.29 | - |
| YUV | 153.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 121 | 0 | 0.28 | 0.38 | 0.24 | 14.79 | 0.37 | 0.62 |
| Hex | C2 | 8B | 79 | 0 | 1C | 26 | 18 | F | 25 | 3E |
| Octal | 302 | 213 | 171 | 0 | 34 | 46 | 30 | 17 | 45 | 76 |
| Binary | 11000010 | 10001011 | 1111001 | 0 | 11100 | 100110 | 11000 | 1111 | 100101 | 111110 |
Color Harmonies of #C28B79
Complementary color
Monochromatic Colors of #C28B79
Black with #C28B79
Text Example
Text Example
White with #C28B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B79; }
p { color: rgb(194,139,121); }
H1.HeaderClassName
{
color: #C28B79;
}
.AnyTagClassName
{
color: #C28B79;
}
</style>
background-color css
<style>
a { background-color: #C28B79; }
a { background-color: rgb(194,139,121); }
div.DivClassName
{
background-color: #C28B79;
}
.BgClassName
{
background-color: #C28B79;
}
</style>
border-color css
<style>
span { border-color: #C28B79; }
span { border-color: rgb(194,139,121); }
td.TdClassName
{
border-color: #C28B79;
}
.TagClassName
{
border-color: #C28B79;
}
</style>