Shades of Brandy Rose #C28878
Tints of Brandy Rose #C28878
RGB
CMYK
RGB Variations
Color information
#C28878 (or 0xC28878) is known color: Brandy Rose. HEX triplet: C2, 88 and 78. RGB value is (194,136,120). Sum of RGB (Red+Green+Blue) = 194+136+120=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C28878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28878 is #3D7787. Grayscale: #979797. Windows color (decimal): -4028296 or 7899330. OLE color: 7899330.
HSL color Cylindrical-coordinate representation of color #C28878: hue angle of 12.97º degrees, saturation: 0.38, 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 #C28878 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 120 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.24 |
| HSL | 12.97º | 0.38% | 0.62% | - |
| HSV(B) | 12.97º | 0.38% | 0.76% | - |
| XYZ | 34.44 | 30.43 | 21.83 | - |
| YUV | 151.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 120 | 0 | 0.30 | 0.38 | 0.24 | 12.97 | 0.38 | 0.62 |
| Hex | C2 | 88 | 78 | 0 | 1E | 26 | 18 | D | 26 | 3E |
| Octal | 302 | 210 | 170 | 0 | 36 | 46 | 30 | 15 | 46 | 76 |
| Binary | 11000010 | 10001000 | 1111000 | 0 | 11110 | 100110 | 11000 | 1101 | 100110 | 111110 |
Color Harmonies of #C28878
Complementary color
Monochromatic Colors of #C28878
Black with #C28878
Text Example
Text Example
White with #C28878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28878; }
p { color: rgb(194,136,120); }
H1.HeaderClassName
{
color: #C28878;
}
.AnyTagClassName
{
color: #C28878;
}
</style>
background-color css
<style>
a { background-color: #C28878; }
a { background-color: rgb(194,136,120); }
div.DivClassName
{
background-color: #C28878;
}
.BgClassName
{
background-color: #C28878;
}
</style>
border-color css
<style>
span { border-color: #C28878; }
span { border-color: rgb(194,136,120); }
td.TdClassName
{
border-color: #C28878;
}
.TagClassName
{
border-color: #C28878;
}
</style>