Shades of Brandy Rose #C57E7A
Tints of Brandy Rose #C57E7A
RGB
CMYK
RGB Variations
Color information
#C57E7A (or 0xC57E7A) is known color: Brandy Rose. HEX triplet: C5, 7E and 7A. RGB value is (197,126,122). Sum of RGB (Red+Green+Blue) = 197+126+122=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57E7A is #3A8185. Grayscale: #929292. Windows color (decimal): -3834246 or 8027845. OLE color: 8027845.
HSL color Cylindrical-coordinate representation of color #C57E7A: hue angle of 3.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57E7A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 122 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.23 |
| HSL | 3.2º | 0.39% | 0.63% | - |
| HSV(B) | 3.2º | 0.38% | 0.77% | - |
| XYZ | 34 | 28.2 | 22.06 | - |
| YUV | 146.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 122 | 0 | 0.36 | 0.38 | 0.23 | 3.2 | 0.39 | 0.63 |
| Hex | C5 | 7E | 7A | 0 | 24 | 26 | 17 | 3 | 27 | 3F |
| Octal | 305 | 176 | 172 | 0 | 44 | 46 | 27 | 3 | 47 | 77 |
| Binary | 11000101 | 1111110 | 1111010 | 0 | 100100 | 100110 | 10111 | 11 | 100111 | 111111 |
Color Harmonies of #C57E7A
Complementary color
Monochromatic Colors of #C57E7A
Black with #C57E7A
Text Example
Text Example
White with #C57E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E7A; }
p { color: rgb(197,126,122); }
H1.HeaderClassName
{
color: #C57E7A;
}
.AnyTagClassName
{
color: #C57E7A;
}
</style>
background-color css
<style>
a { background-color: #C57E7A; }
a { background-color: rgb(197,126,122); }
div.DivClassName
{
background-color: #C57E7A;
}
.BgClassName
{
background-color: #C57E7A;
}
</style>
border-color css
<style>
span { border-color: #C57E7A; }
span { border-color: rgb(197,126,122); }
td.TdClassName
{
border-color: #C57E7A;
}
.TagClassName
{
border-color: #C57E7A;
}
</style>