Shades of Brandy Rose #C28979
Tints of Brandy Rose #C28979
RGB
CMYK
RGB Variations
Color information
#C28979 (or 0xC28979) is known color: Brandy Rose. HEX triplet: C2, 89 and 79. RGB value is (194,137,121). Sum of RGB (Red+Green+Blue) = 194+137+121=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C28979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28979 is #3D7686. Grayscale: #989898. Windows color (decimal): -4028039 or 7965122. OLE color: 7965122.
HSL color Cylindrical-coordinate representation of color #C28979: hue angle of 13.15º 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 #C28979 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 121 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.24 |
| HSL | 13.15º | 0.37% | 0.62% | - |
| HSV(B) | 13.15º | 0.38% | 0.76% | - |
| XYZ | 34.64 | 30.74 | 22.2 | - |
| YUV | 152.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 121 | 0 | 0.29 | 0.38 | 0.24 | 13.15 | 0.37 | 0.62 |
| Hex | C2 | 89 | 79 | 0 | 1D | 26 | 18 | D | 25 | 3E |
| Octal | 302 | 211 | 171 | 0 | 35 | 46 | 30 | 15 | 45 | 76 |
| Binary | 11000010 | 10001001 | 1111001 | 0 | 11101 | 100110 | 11000 | 1101 | 100101 | 111110 |
Color Harmonies of #C28979
Complementary color
Monochromatic Colors of #C28979
Black with #C28979
Text Example
Text Example
White with #C28979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28979; }
p { color: rgb(194,137,121); }
H1.HeaderClassName
{
color: #C28979;
}
.AnyTagClassName
{
color: #C28979;
}
</style>
background-color css
<style>
a { background-color: #C28979; }
a { background-color: rgb(194,137,121); }
div.DivClassName
{
background-color: #C28979;
}
.BgClassName
{
background-color: #C28979;
}
</style>
border-color css
<style>
span { border-color: #C28979; }
span { border-color: rgb(194,137,121); }
td.TdClassName
{
border-color: #C28979;
}
.TagClassName
{
border-color: #C28979;
}
</style>