Shades of Brandy Rose #C57C7A
Tints of Brandy Rose #C57C7A
RGB
CMYK
RGB Variations
Color information
#C57C7A (or 0xC57C7A) is known color: Brandy Rose. HEX triplet: C5, 7C and 7A. RGB value is (197,124,122). Sum of RGB (Red+Green+Blue) = 197+124+122=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C7A is #3A8385. Grayscale: #919191. Windows color (decimal): -3834758 or 8027333. OLE color: 8027333.
HSL color Cylindrical-coordinate representation of color #C57C7A: hue angle of 1.6º 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 #C57C7A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 122 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.23 |
| HSL | 1.6º | 0.39% | 0.63% | - |
| HSV(B) | 1.6º | 0.38% | 0.77% | - |
| XYZ | 33.75 | 27.69 | 21.98 | - |
| YUV | 145.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 122 | 0 | 0.37 | 0.38 | 0.23 | 1.6 | 0.39 | 0.63 |
| Hex | C5 | 7C | 7A | 0 | 25 | 26 | 17 | 2 | 27 | 3F |
| Octal | 305 | 174 | 172 | 0 | 45 | 46 | 27 | 2 | 47 | 77 |
| Binary | 11000101 | 1111100 | 1111010 | 0 | 100101 | 100110 | 10111 | 10 | 100111 | 111111 |
Color Harmonies of #C57C7A
Complementary color
Monochromatic Colors of #C57C7A
Black with #C57C7A
Text Example
Text Example
White with #C57C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C7A; }
p { color: rgb(197,124,122); }
H1.HeaderClassName
{
color: #C57C7A;
}
.AnyTagClassName
{
color: #C57C7A;
}
</style>
background-color css
<style>
a { background-color: #C57C7A; }
a { background-color: rgb(197,124,122); }
div.DivClassName
{
background-color: #C57C7A;
}
.BgClassName
{
background-color: #C57C7A;
}
</style>
border-color css
<style>
span { border-color: #C57C7A; }
span { border-color: rgb(197,124,122); }
td.TdClassName
{
border-color: #C57C7A;
}
.TagClassName
{
border-color: #C57C7A;
}
</style>