Shades of Brandy Rose #C28877
Tints of Brandy Rose #C28877
RGB
CMYK
RGB Variations
Color information
#C28877 (or 0xC28877) is known color: Brandy Rose. HEX triplet: C2, 88 and 77. RGB value is (194,136,119). Sum of RGB (Red+Green+Blue) = 194+136+119=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C28877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28877 is #3D7788. Grayscale: #979797. Windows color (decimal): -4028297 or 7833794. OLE color: 7833794.
HSL color Cylindrical-coordinate representation of color #C28877: hue angle of 13.6º 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 #C28877 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 119 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.24 |
| HSL | 13.6º | 0.38% | 0.61% | - |
| HSV(B) | 13.6º | 0.39% | 0.76% | - |
| XYZ | 34.38 | 30.41 | 21.51 | - |
| YUV | 151.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 119 | 0 | 0.30 | 0.39 | 0.24 | 13.6 | 0.38 | 0.61 |
| Hex | C2 | 88 | 77 | 0 | 1E | 27 | 18 | E | 26 | 3D |
| Octal | 302 | 210 | 167 | 0 | 36 | 47 | 30 | 16 | 46 | 75 |
| Binary | 11000010 | 10001000 | 1110111 | 0 | 11110 | 100111 | 11000 | 1110 | 100110 | 111101 |
Color Harmonies of #C28877
Complementary color
Monochromatic Colors of #C28877
Black with #C28877
Text Example
Text Example
White with #C28877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28877; }
p { color: rgb(194,136,119); }
H1.HeaderClassName
{
color: #C28877;
}
.AnyTagClassName
{
color: #C28877;
}
</style>
background-color css
<style>
a { background-color: #C28877; }
a { background-color: rgb(194,136,119); }
div.DivClassName
{
background-color: #C28877;
}
.BgClassName
{
background-color: #C28877;
}
</style>
border-color css
<style>
span { border-color: #C28877; }
span { border-color: rgb(194,136,119); }
td.TdClassName
{
border-color: #C28877;
}
.TagClassName
{
border-color: #C28877;
}
</style>