Shades of Brandy Rose #C28477
Tints of Brandy Rose #C28477
RGB
CMYK
RGB Variations
Color information
#C28477 (or 0xC28477) is known color: Brandy Rose. HEX triplet: C2, 84 and 77. RGB value is (194,132,119). Sum of RGB (Red+Green+Blue) = 194+132+119=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C28477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28477 is #3D7B88. Grayscale: #959595. Windows color (decimal): -4029321 or 7832770. OLE color: 7832770.
HSL color Cylindrical-coordinate representation of color #C28477: hue angle of 10.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 #C28477 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 119 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.24 |
| HSL | 10.4º | 0.38% | 0.61% | - |
| HSV(B) | 10.4º | 0.39% | 0.76% | - |
| XYZ | 33.83 | 29.3 | 21.33 | - |
| YUV | 149.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 119 | 0 | 0.32 | 0.39 | 0.24 | 10.4 | 0.38 | 0.61 |
| Hex | C2 | 84 | 77 | 0 | 20 | 27 | 18 | A | 26 | 3D |
| Octal | 302 | 204 | 167 | 0 | 40 | 47 | 30 | 12 | 46 | 75 |
| Binary | 11000010 | 10000100 | 1110111 | 0 | 100000 | 100111 | 11000 | 1010 | 100110 | 111101 |
Color Harmonies of #C28477
Complementary color
Monochromatic Colors of #C28477
Black with #C28477
Text Example
Text Example
White with #C28477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28477; }
p { color: rgb(194,132,119); }
H1.HeaderClassName
{
color: #C28477;
}
.AnyTagClassName
{
color: #C28477;
}
</style>
background-color css
<style>
a { background-color: #C28477; }
a { background-color: rgb(194,132,119); }
div.DivClassName
{
background-color: #C28477;
}
.BgClassName
{
background-color: #C28477;
}
</style>
border-color css
<style>
span { border-color: #C28477; }
span { border-color: rgb(194,132,119); }
td.TdClassName
{
border-color: #C28477;
}
.TagClassName
{
border-color: #C28477;
}
</style>