Shades of Brandy Rose #C18A7B
Tints of Brandy Rose #C18A7B
RGB
CMYK
RGB Variations
Color information
#C18A7B (or 0xC18A7B) is known color: Brandy Rose. HEX triplet: C1, 8A and 7B. RGB value is (193,138,123). Sum of RGB (Red+Green+Blue) = 193+138+123=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A7B is #3E7584. Grayscale: #989898. Windows color (decimal): -4093317 or 8096449. OLE color: 8096449.
HSL color Cylindrical-coordinate representation of color #C18A7B: hue angle of 12.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18A7B is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 123 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.24 |
| HSL | 12.86º | 0.36% | 0.62% | - |
| HSV(B) | 12.86º | 0.36% | 0.76% | - |
| XYZ | 34.66 | 30.94 | 22.89 | - |
| YUV | 152.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 123 | 0 | 0.28 | 0.36 | 0.24 | 12.86 | 0.36 | 0.62 |
| Hex | C1 | 8A | 7B | 0 | 1C | 24 | 18 | D | 24 | 3E |
| Octal | 301 | 212 | 173 | 0 | 34 | 44 | 30 | 15 | 44 | 76 |
| Binary | 11000001 | 10001010 | 1111011 | 0 | 11100 | 100100 | 11000 | 1101 | 100100 | 111110 |
Color Harmonies of #C18A7B
Complementary color
Monochromatic Colors of #C18A7B
Black with #C18A7B
Text Example
Text Example
White with #C18A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A7B; }
p { color: rgb(193,138,123); }
H1.HeaderClassName
{
color: #C18A7B;
}
.AnyTagClassName
{
color: #C18A7B;
}
</style>
background-color css
<style>
a { background-color: #C18A7B; }
a { background-color: rgb(193,138,123); }
div.DivClassName
{
background-color: #C18A7B;
}
.BgClassName
{
background-color: #C18A7B;
}
</style>
border-color css
<style>
span { border-color: #C18A7B; }
span { border-color: rgb(193,138,123); }
td.TdClassName
{
border-color: #C18A7B;
}
.TagClassName
{
border-color: #C18A7B;
}
</style>