Shades of Brandy Rose #C17D73
Tints of Brandy Rose #C17D73
RGB
CMYK
RGB Variations
Color information
#C17D73 (or 0xC17D73) is known color: Brandy Rose. HEX triplet: C1, 7D and 73. RGB value is (193,125,115). Sum of RGB (Red+Green+Blue) = 193+125+115=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D73 is #3E828C. Grayscale: #909090. Windows color (decimal): -4096653 or 7568833. OLE color: 7568833.
HSL color Cylindrical-coordinate representation of color #C17D73: hue angle of 7.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17D73 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 115 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.24 |
| HSL | 7.69º | 0.39% | 0.6% | - |
| HSV(B) | 7.69º | 0.4% | 0.76% | - |
| XYZ | 32.42 | 27.24 | 19.77 | - |
| YUV | 144.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 115 | 0 | 0.35 | 0.40 | 0.24 | 7.69 | 0.39 | 0.6 |
| Hex | C1 | 7D | 73 | 0 | 23 | 28 | 18 | 8 | 27 | 3C |
| Octal | 301 | 175 | 163 | 0 | 43 | 50 | 30 | 10 | 47 | 74 |
| Binary | 11000001 | 1111101 | 1110011 | 0 | 100011 | 101000 | 11000 | 1000 | 100111 | 111100 |
Color Harmonies of #C17D73
Complementary color
Monochromatic Colors of #C17D73
Black with #C17D73
Text Example
Text Example
White with #C17D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D73; }
p { color: rgb(193,125,115); }
H1.HeaderClassName
{
color: #C17D73;
}
.AnyTagClassName
{
color: #C17D73;
}
</style>
background-color css
<style>
a { background-color: #C17D73; }
a { background-color: rgb(193,125,115); }
div.DivClassName
{
background-color: #C17D73;
}
.BgClassName
{
background-color: #C17D73;
}
</style>
border-color css
<style>
span { border-color: #C17D73; }
span { border-color: rgb(193,125,115); }
td.TdClassName
{
border-color: #C17D73;
}
.TagClassName
{
border-color: #C17D73;
}
</style>