Shades of Brandy Rose #C17B76
Tints of Brandy Rose #C17B76
RGB
CMYK
RGB Variations
Color information
#C17B76 (or 0xC17B76) is known color: Brandy Rose. HEX triplet: C1, 7B and 76. RGB value is (193,123,118). Sum of RGB (Red+Green+Blue) = 193+123+118=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B76 is #3E8489. Grayscale: #8F8F8F. Windows color (decimal): -4097162 or 7764929. OLE color: 7764929.
HSL color Cylindrical-coordinate representation of color #C17B76: hue angle of 4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17B76 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 118 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.24 |
| HSL | 4º | 0.38% | 0.61% | - |
| HSV(B) | 4º | 0.39% | 0.76% | - |
| XYZ | 32.35 | 26.81 | 20.61 | - |
| YUV | 143.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 118 | 0 | 0.36 | 0.39 | 0.24 | 4 | 0.38 | 0.61 |
| Hex | C1 | 7B | 76 | 0 | 24 | 27 | 18 | 4 | 26 | 3D |
| Octal | 301 | 173 | 166 | 0 | 44 | 47 | 30 | 4 | 46 | 75 |
| Binary | 11000001 | 1111011 | 1110110 | 0 | 100100 | 100111 | 11000 | 100 | 100110 | 111101 |
Color Harmonies of #C17B76
Complementary color
Monochromatic Colors of #C17B76
Black with #C17B76
Text Example
Text Example
White with #C17B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B76; }
p { color: rgb(193,123,118); }
H1.HeaderClassName
{
color: #C17B76;
}
.AnyTagClassName
{
color: #C17B76;
}
</style>
background-color css
<style>
a { background-color: #C17B76; }
a { background-color: rgb(193,123,118); }
div.DivClassName
{
background-color: #C17B76;
}
.BgClassName
{
background-color: #C17B76;
}
</style>
border-color css
<style>
span { border-color: #C17B76; }
span { border-color: rgb(193,123,118); }
td.TdClassName
{
border-color: #C17B76;
}
.TagClassName
{
border-color: #C17B76;
}
</style>