Shades of Brandy Rose #C17F77
Tints of Brandy Rose #C17F77
RGB
CMYK
RGB Variations
Color information
#C17F77 (or 0xC17F77) is known color: Brandy Rose. HEX triplet: C1, 7F and 77. RGB value is (193,127,119). Sum of RGB (Red+Green+Blue) = 193+127+119=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F77 is #3E8088. Grayscale: #919191. Windows color (decimal): -4096137 or 7831489. OLE color: 7831489.
HSL color Cylindrical-coordinate representation of color #C17F77: hue angle of 6.49º 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 #C17F77 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 119 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.24 |
| HSL | 6.49º | 0.37% | 0.61% | - |
| HSV(B) | 6.49º | 0.38% | 0.76% | - |
| XYZ | 32.91 | 27.85 | 21.09 | - |
| YUV | 145.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 119 | 0 | 0.34 | 0.38 | 0.24 | 6.49 | 0.37 | 0.61 |
| Hex | C1 | 7F | 77 | 0 | 22 | 26 | 18 | 6 | 25 | 3D |
| Octal | 301 | 177 | 167 | 0 | 42 | 46 | 30 | 6 | 45 | 75 |
| Binary | 11000001 | 1111111 | 1110111 | 0 | 100010 | 100110 | 11000 | 110 | 100101 | 111101 |
Color Harmonies of #C17F77
Complementary color
Monochromatic Colors of #C17F77
Black with #C17F77
Text Example
Text Example
White with #C17F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F77; }
p { color: rgb(193,127,119); }
H1.HeaderClassName
{
color: #C17F77;
}
.AnyTagClassName
{
color: #C17F77;
}
</style>
background-color css
<style>
a { background-color: #C17F77; }
a { background-color: rgb(193,127,119); }
div.DivClassName
{
background-color: #C17F77;
}
.BgClassName
{
background-color: #C17F77;
}
</style>
border-color css
<style>
span { border-color: #C17F77; }
span { border-color: rgb(193,127,119); }
td.TdClassName
{
border-color: #C17F77;
}
.TagClassName
{
border-color: #C17F77;
}
</style>