Shades of Brandy Rose #C18A77
Tints of Brandy Rose #C18A77
RGB
CMYK
RGB Variations
Color information
#C18A77 (or 0xC18A77) is known color: Brandy Rose. HEX triplet: C1, 8A and 77. RGB value is (193,138,119). Sum of RGB (Red+Green+Blue) = 193+138+119=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A77 is #3E7588. Grayscale: #989898. Windows color (decimal): -4093321 or 7834305. OLE color: 7834305.
HSL color Cylindrical-coordinate representation of color #C18A77: hue angle of 15.41º 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 #C18A77 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 119 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.24 |
| HSL | 15.41º | 0.37% | 0.61% | - |
| HSV(B) | 15.41º | 0.38% | 0.76% | - |
| XYZ | 34.41 | 30.85 | 21.59 | - |
| YUV | 152.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 119 | 0 | 0.28 | 0.38 | 0.24 | 15.41 | 0.37 | 0.61 |
| Hex | C1 | 8A | 77 | 0 | 1C | 26 | 18 | F | 25 | 3D |
| Octal | 301 | 212 | 167 | 0 | 34 | 46 | 30 | 17 | 45 | 75 |
| Binary | 11000001 | 10001010 | 1110111 | 0 | 11100 | 100110 | 11000 | 1111 | 100101 | 111101 |
Color Harmonies of #C18A77
Complementary color
Monochromatic Colors of #C18A77
Black with #C18A77
Text Example
Text Example
White with #C18A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A77; }
p { color: rgb(193,138,119); }
H1.HeaderClassName
{
color: #C18A77;
}
.AnyTagClassName
{
color: #C18A77;
}
</style>
background-color css
<style>
a { background-color: #C18A77; }
a { background-color: rgb(193,138,119); }
div.DivClassName
{
background-color: #C18A77;
}
.BgClassName
{
background-color: #C18A77;
}
</style>
border-color css
<style>
span { border-color: #C18A77; }
span { border-color: rgb(193,138,119); }
td.TdClassName
{
border-color: #C18A77;
}
.TagClassName
{
border-color: #C18A77;
}
</style>