Shades of Brandy Rose #C18B7B
Tints of Brandy Rose #C18B7B
RGB
CMYK
RGB Variations
Color information
#C18B7B (or 0xC18B7B) is known color: Brandy Rose. HEX triplet: C1, 8B and 7B. RGB value is (193,139,123). Sum of RGB (Red+Green+Blue) = 193+139+123=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B7B is #3E7484. Grayscale: #999999. Windows color (decimal): -4093061 or 8096705. OLE color: 8096705.
HSL color Cylindrical-coordinate representation of color #C18B7B: hue angle of 13.71º 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 #C18B7B is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 123 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.24 |
| HSL | 13.71º | 0.36% | 0.62% | - |
| HSV(B) | 13.71º | 0.36% | 0.76% | - |
| XYZ | 34.8 | 31.23 | 22.93 | - |
| YUV | 153.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 123 | 0 | 0.28 | 0.36 | 0.24 | 13.71 | 0.36 | 0.62 |
| Hex | C1 | 8B | 7B | 0 | 1C | 24 | 18 | E | 24 | 3E |
| Octal | 301 | 213 | 173 | 0 | 34 | 44 | 30 | 16 | 44 | 76 |
| Binary | 11000001 | 10001011 | 1111011 | 0 | 11100 | 100100 | 11000 | 1110 | 100100 | 111110 |
Color Harmonies of #C18B7B
Complementary color
Monochromatic Colors of #C18B7B
Black with #C18B7B
Text Example
Text Example
White with #C18B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B7B; }
p { color: rgb(193,139,123); }
H1.HeaderClassName
{
color: #C18B7B;
}
.AnyTagClassName
{
color: #C18B7B;
}
</style>
background-color css
<style>
a { background-color: #C18B7B; }
a { background-color: rgb(193,139,123); }
div.DivClassName
{
background-color: #C18B7B;
}
.BgClassName
{
background-color: #C18B7B;
}
</style>
border-color css
<style>
span { border-color: #C18B7B; }
span { border-color: rgb(193,139,123); }
td.TdClassName
{
border-color: #C18B7B;
}
.TagClassName
{
border-color: #C18B7B;
}
</style>