Shades of Brandy Rose #C17C78
Tints of Brandy Rose #C17C78
RGB
CMYK
RGB Variations
Color information
#C17C78 (or 0xC17C78) is known color: Brandy Rose. HEX triplet: C1, 7C and 78. RGB value is (193,124,120). Sum of RGB (Red+Green+Blue) = 193+124+120=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C78 is #3E8387. Grayscale: #909090. Windows color (decimal): -4096904 or 7896257. OLE color: 7896257.
HSL color Cylindrical-coordinate representation of color #C17C78: hue angle of 3.29º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C17C78 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 120 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.24 |
| HSL | 3.29º | 0.37% | 0.61% | - |
| HSV(B) | 3.29º | 0.38% | 0.76% | - |
| XYZ | 32.59 | 27.11 | 21.28 | - |
| YUV | 144.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 120 | 0 | 0.36 | 0.38 | 0.24 | 3.29 | 0.37 | 0.61 |
| Hex | C1 | 7C | 78 | 0 | 24 | 26 | 18 | 3 | 25 | 3D |
| Octal | 301 | 174 | 170 | 0 | 44 | 46 | 30 | 3 | 45 | 75 |
| Binary | 11000001 | 1111100 | 1111000 | 0 | 100100 | 100110 | 11000 | 11 | 100101 | 111101 |
Color Harmonies of #C17C78
Complementary color
Monochromatic Colors of #C17C78
Black with #C17C78
Text Example
Text Example
White with #C17C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C78; }
p { color: rgb(193,124,120); }
H1.HeaderClassName
{
color: #C17C78;
}
.AnyTagClassName
{
color: #C17C78;
}
</style>
background-color css
<style>
a { background-color: #C17C78; }
a { background-color: rgb(193,124,120); }
div.DivClassName
{
background-color: #C17C78;
}
.BgClassName
{
background-color: #C17C78;
}
</style>
border-color css
<style>
span { border-color: #C17C78; }
span { border-color: rgb(193,124,120); }
td.TdClassName
{
border-color: #C17C78;
}
.TagClassName
{
border-color: #C17C78;
}
</style>