Shades of Brandy Rose #C57F79
Tints of Brandy Rose #C57F79
RGB
CMYK
RGB Variations
Color information
#C57F79 (or 0xC57F79) is known color: Brandy Rose. HEX triplet: C5, 7F and 79. RGB value is (197,127,121). Sum of RGB (Red+Green+Blue) = 197+127+121=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F79 is #3A8086. Grayscale: #939393. Windows color (decimal): -3833991 or 7962565. OLE color: 7962565.
HSL color Cylindrical-coordinate representation of color #C57F79: hue angle of 4.74º 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 #C57F79 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 121 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.23 |
| HSL | 4.74º | 0.4% | 0.62% | - |
| HSV(B) | 4.74º | 0.39% | 0.77% | - |
| XYZ | 34.07 | 28.43 | 21.78 | - |
| YUV | 147.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 121 | 0 | 0.36 | 0.39 | 0.23 | 4.74 | 0.4 | 0.62 |
| Hex | C5 | 7F | 79 | 0 | 24 | 27 | 17 | 5 | 28 | 3E |
| Octal | 305 | 177 | 171 | 0 | 44 | 47 | 27 | 5 | 50 | 76 |
| Binary | 11000101 | 1111111 | 1111001 | 0 | 100100 | 100111 | 10111 | 101 | 101000 | 111110 |
Color Harmonies of #C57F79
Complementary color
Monochromatic Colors of #C57F79
Black with #C57F79
Text Example
Text Example
White with #C57F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F79; }
p { color: rgb(197,127,121); }
H1.HeaderClassName
{
color: #C57F79;
}
.AnyTagClassName
{
color: #C57F79;
}
</style>
background-color css
<style>
a { background-color: #C57F79; }
a { background-color: rgb(197,127,121); }
div.DivClassName
{
background-color: #C57F79;
}
.BgClassName
{
background-color: #C57F79;
}
</style>
border-color css
<style>
span { border-color: #C57F79; }
span { border-color: rgb(197,127,121); }
td.TdClassName
{
border-color: #C57F79;
}
.TagClassName
{
border-color: #C57F79;
}
</style>