Shades of Brandy Rose #C28977
Tints of Brandy Rose #C28977
RGB
CMYK
RGB Variations
Color information
#C28977 (or 0xC28977) is known color: Brandy Rose. HEX triplet: C2, 89 and 77. RGB value is (194,137,119). Sum of RGB (Red+Green+Blue) = 194+137+119=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C28977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28977 is #3D7688. Grayscale: #989898. Windows color (decimal): -4028041 or 7834050. OLE color: 7834050.
HSL color Cylindrical-coordinate representation of color #C28977: hue angle of 14.4º 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 #C28977 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 119 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.24 |
| HSL | 14.4º | 0.38% | 0.61% | - |
| HSV(B) | 14.4º | 0.39% | 0.76% | - |
| XYZ | 34.52 | 30.69 | 21.56 | - |
| YUV | 151.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 119 | 0 | 0.29 | 0.39 | 0.24 | 14.4 | 0.38 | 0.61 |
| Hex | C2 | 89 | 77 | 0 | 1D | 27 | 18 | E | 26 | 3D |
| Octal | 302 | 211 | 167 | 0 | 35 | 47 | 30 | 16 | 46 | 75 |
| Binary | 11000010 | 10001001 | 1110111 | 0 | 11101 | 100111 | 11000 | 1110 | 100110 | 111101 |
Color Harmonies of #C28977
Complementary color
Monochromatic Colors of #C28977
Black with #C28977
Text Example
Text Example
White with #C28977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28977; }
p { color: rgb(194,137,119); }
H1.HeaderClassName
{
color: #C28977;
}
.AnyTagClassName
{
color: #C28977;
}
</style>
background-color css
<style>
a { background-color: #C28977; }
a { background-color: rgb(194,137,119); }
div.DivClassName
{
background-color: #C28977;
}
.BgClassName
{
background-color: #C28977;
}
</style>
border-color css
<style>
span { border-color: #C28977; }
span { border-color: rgb(194,137,119); }
td.TdClassName
{
border-color: #C28977;
}
.TagClassName
{
border-color: #C28977;
}
</style>