Shades of Brandy Rose #C57E77
Tints of Brandy Rose #C57E77
RGB
CMYK
RGB Variations
Color information
#C57E77 (or 0xC57E77) is known color: Brandy Rose. HEX triplet: C5, 7E and 77. RGB value is (197,126,119). Sum of RGB (Red+Green+Blue) = 197+126+119=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57E77 is #3A8188. Grayscale: #929292. Windows color (decimal): -3834249 or 7831237. OLE color: 7831237.
HSL color Cylindrical-coordinate representation of color #C57E77: hue angle of 5.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57E77 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 119 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.23 |
| HSL | 5.38º | 0.4% | 0.62% | - |
| HSV(B) | 5.38º | 0.4% | 0.77% | - |
| XYZ | 33.82 | 28.12 | 21.1 | - |
| YUV | 146.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 119 | 0 | 0.36 | 0.40 | 0.23 | 5.38 | 0.4 | 0.62 |
| Hex | C5 | 7E | 77 | 0 | 24 | 28 | 17 | 5 | 28 | 3E |
| Octal | 305 | 176 | 167 | 0 | 44 | 50 | 27 | 5 | 50 | 76 |
| Binary | 11000101 | 1111110 | 1110111 | 0 | 100100 | 101000 | 10111 | 101 | 101000 | 111110 |
Color Harmonies of #C57E77
Complementary color
Monochromatic Colors of #C57E77
Black with #C57E77
Text Example
Text Example
White with #C57E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E77; }
p { color: rgb(197,126,119); }
H1.HeaderClassName
{
color: #C57E77;
}
.AnyTagClassName
{
color: #C57E77;
}
</style>
background-color css
<style>
a { background-color: #C57E77; }
a { background-color: rgb(197,126,119); }
div.DivClassName
{
background-color: #C57E77;
}
.BgClassName
{
background-color: #C57E77;
}
</style>
border-color css
<style>
span { border-color: #C57E77; }
span { border-color: rgb(197,126,119); }
td.TdClassName
{
border-color: #C57E77;
}
.TagClassName
{
border-color: #C57E77;
}
</style>