Shades of Brandy Rose #C57C78
Tints of Brandy Rose #C57C78
RGB
CMYK
RGB Variations
Color information
#C57C78 (or 0xC57C78) is known color: Brandy Rose. HEX triplet: C5, 7C and 78. RGB value is (197,124,120). Sum of RGB (Red+Green+Blue) = 197+124+120=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C78 is #3A8387. Grayscale: #919191. Windows color (decimal): -3834760 or 7896261. OLE color: 7896261.
HSL color Cylindrical-coordinate representation of color #C57C78: hue angle of 3.12º 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 #C57C78 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 120 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.23 |
| HSL | 3.12º | 0.4% | 0.62% | - |
| HSV(B) | 3.12º | 0.39% | 0.77% | - |
| XYZ | 33.62 | 27.64 | 21.33 | - |
| YUV | 145.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 120 | 0 | 0.37 | 0.39 | 0.23 | 3.12 | 0.4 | 0.62 |
| Hex | C5 | 7C | 78 | 0 | 25 | 27 | 17 | 3 | 28 | 3E |
| Octal | 305 | 174 | 170 | 0 | 45 | 47 | 27 | 3 | 50 | 76 |
| Binary | 11000101 | 1111100 | 1111000 | 0 | 100101 | 100111 | 10111 | 11 | 101000 | 111110 |
Color Harmonies of #C57C78
Complementary color
Monochromatic Colors of #C57C78
Black with #C57C78
Text Example
Text Example
White with #C57C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C78; }
p { color: rgb(197,124,120); }
H1.HeaderClassName
{
color: #C57C78;
}
.AnyTagClassName
{
color: #C57C78;
}
</style>
background-color css
<style>
a { background-color: #C57C78; }
a { background-color: rgb(197,124,120); }
div.DivClassName
{
background-color: #C57C78;
}
.BgClassName
{
background-color: #C57C78;
}
</style>
border-color css
<style>
span { border-color: #C57C78; }
span { border-color: rgb(197,124,120); }
td.TdClassName
{
border-color: #C57C78;
}
.TagClassName
{
border-color: #C57C78;
}
</style>