Shades of Brandy Rose #C57E74
Tints of Brandy Rose #C57E74
RGB
CMYK
RGB Variations
Color information
#C57E74 (or 0xC57E74) is known color: Brandy Rose. HEX triplet: C5, 7E and 74. RGB value is (197,126,116). Sum of RGB (Red+Green+Blue) = 197+126+116=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57E74 is #3A818B. Grayscale: #929292. Windows color (decimal): -3834252 or 7634629. OLE color: 7634629.
HSL color Cylindrical-coordinate representation of color #C57E74: hue angle of 7.41º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57E74 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 116 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.23 |
| HSL | 7.41º | 0.41% | 0.61% | - |
| HSV(B) | 7.41º | 0.41% | 0.77% | - |
| XYZ | 33.64 | 28.05 | 20.16 | - |
| YUV | 146.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 116 | 0 | 0.36 | 0.41 | 0.23 | 7.41 | 0.41 | 0.61 |
| Hex | C5 | 7E | 74 | 0 | 24 | 29 | 17 | 7 | 29 | 3D |
| Octal | 305 | 176 | 164 | 0 | 44 | 51 | 27 | 7 | 51 | 75 |
| Binary | 11000101 | 1111110 | 1110100 | 0 | 100100 | 101001 | 10111 | 111 | 101001 | 111101 |
Color Harmonies of #C57E74
Complementary color
Monochromatic Colors of #C57E74
Black with #C57E74
Text Example
Text Example
White with #C57E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E74; }
p { color: rgb(197,126,116); }
H1.HeaderClassName
{
color: #C57E74;
}
.AnyTagClassName
{
color: #C57E74;
}
</style>
background-color css
<style>
a { background-color: #C57E74; }
a { background-color: rgb(197,126,116); }
div.DivClassName
{
background-color: #C57E74;
}
.BgClassName
{
background-color: #C57E74;
}
</style>
border-color css
<style>
span { border-color: #C57E74; }
span { border-color: rgb(197,126,116); }
td.TdClassName
{
border-color: #C57E74;
}
.TagClassName
{
border-color: #C57E74;
}
</style>