Shades of Brandy Rose #C57E78
Tints of Brandy Rose #C57E78
RGB
CMYK
RGB Variations
Color information
#C57E78 (or 0xC57E78) is known color: Brandy Rose. HEX triplet: C5, 7E and 78. RGB value is (197,126,120). Sum of RGB (Red+Green+Blue) = 197+126+120=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57E78 is #3A8187. Grayscale: #929292. Windows color (decimal): -3834248 or 7896773. OLE color: 7896773.
HSL color Cylindrical-coordinate representation of color #C57E78: hue angle of 4.68º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57E78 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 120 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.23 |
| HSL | 4.68º | 0.4% | 0.62% | - |
| HSV(B) | 4.68º | 0.39% | 0.77% | - |
| XYZ | 33.88 | 28.15 | 21.42 | - |
| YUV | 146.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 120 | 0 | 0.36 | 0.39 | 0.23 | 4.68 | 0.4 | 0.62 |
| Hex | C5 | 7E | 78 | 0 | 24 | 27 | 17 | 5 | 28 | 3E |
| Octal | 305 | 176 | 170 | 0 | 44 | 47 | 27 | 5 | 50 | 76 |
| Binary | 11000101 | 1111110 | 1111000 | 0 | 100100 | 100111 | 10111 | 101 | 101000 | 111110 |
Color Harmonies of #C57E78
Complementary color
Monochromatic Colors of #C57E78
Black with #C57E78
Text Example
Text Example
White with #C57E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E78; }
p { color: rgb(197,126,120); }
H1.HeaderClassName
{
color: #C57E78;
}
.AnyTagClassName
{
color: #C57E78;
}
</style>
background-color css
<style>
a { background-color: #C57E78; }
a { background-color: rgb(197,126,120); }
div.DivClassName
{
background-color: #C57E78;
}
.BgClassName
{
background-color: #C57E78;
}
</style>
border-color css
<style>
span { border-color: #C57E78; }
span { border-color: rgb(197,126,120); }
td.TdClassName
{
border-color: #C57E78;
}
.TagClassName
{
border-color: #C57E78;
}
</style>