Shades of Brandy Rose #C28577
Tints of Brandy Rose #C28577
RGB
CMYK
RGB Variations
Color information
#C28577 (or 0xC28577) is known color: Brandy Rose. HEX triplet: C2, 85 and 77. RGB value is (194,133,119). Sum of RGB (Red+Green+Blue) = 194+133+119=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C28577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28577 is #3D7A88. Grayscale: #959595. Windows color (decimal): -4029065 or 7833026. OLE color: 7833026.
HSL color Cylindrical-coordinate representation of color #C28577: hue angle of 11.2º 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 #C28577 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 119 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.24 |
| HSL | 11.2º | 0.38% | 0.61% | - |
| HSV(B) | 11.2º | 0.39% | 0.76% | - |
| XYZ | 33.97 | 29.58 | 21.37 | - |
| YUV | 149.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 119 | 0 | 0.31 | 0.39 | 0.24 | 11.2 | 0.38 | 0.61 |
| Hex | C2 | 85 | 77 | 0 | 1F | 27 | 18 | B | 26 | 3D |
| Octal | 302 | 205 | 167 | 0 | 37 | 47 | 30 | 13 | 46 | 75 |
| Binary | 11000010 | 10000101 | 1110111 | 0 | 11111 | 100111 | 11000 | 1011 | 100110 | 111101 |
Color Harmonies of #C28577
Complementary color
Monochromatic Colors of #C28577
Black with #C28577
Text Example
Text Example
White with #C28577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28577; }
p { color: rgb(194,133,119); }
H1.HeaderClassName
{
color: #C28577;
}
.AnyTagClassName
{
color: #C28577;
}
</style>
background-color css
<style>
a { background-color: #C28577; }
a { background-color: rgb(194,133,119); }
div.DivClassName
{
background-color: #C28577;
}
.BgClassName
{
background-color: #C28577;
}
</style>
border-color css
<style>
span { border-color: #C28577; }
span { border-color: rgb(194,133,119); }
td.TdClassName
{
border-color: #C28577;
}
.TagClassName
{
border-color: #C28577;
}
</style>