Shades of Brandy Rose #C18C79
Tints of Brandy Rose #C18C79
RGB
CMYK
RGB Variations
Color information
#C18C79 (or 0xC18C79) is known color: Brandy Rose. HEX triplet: C1, 8C and 79. RGB value is (193,140,121). Sum of RGB (Red+Green+Blue) = 193+140+121=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C79 is #3E7386. Grayscale: #999999. Windows color (decimal): -4092807 or 7965889. OLE color: 7965889.
HSL color Cylindrical-coordinate representation of color #C18C79: hue angle of 15.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18C79 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 121 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.24 |
| HSL | 15.83º | 0.37% | 0.62% | - |
| HSV(B) | 15.83º | 0.37% | 0.76% | - |
| XYZ | 34.82 | 31.47 | 22.33 | - |
| YUV | 153.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 121 | 0 | 0.27 | 0.37 | 0.24 | 15.83 | 0.37 | 0.62 |
| Hex | C1 | 8C | 79 | 0 | 1B | 25 | 18 | 10 | 25 | 3E |
| Octal | 301 | 214 | 171 | 0 | 33 | 45 | 30 | 20 | 45 | 76 |
| Binary | 11000001 | 10001100 | 1111001 | 0 | 11011 | 100101 | 11000 | 10000 | 100101 | 111110 |
Color Harmonies of #C18C79
Complementary color
Monochromatic Colors of #C18C79
Black with #C18C79
Text Example
Text Example
White with #C18C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C79; }
p { color: rgb(193,140,121); }
H1.HeaderClassName
{
color: #C18C79;
}
.AnyTagClassName
{
color: #C18C79;
}
</style>
background-color css
<style>
a { background-color: #C18C79; }
a { background-color: rgb(193,140,121); }
div.DivClassName
{
background-color: #C18C79;
}
.BgClassName
{
background-color: #C18C79;
}
</style>
border-color css
<style>
span { border-color: #C18C79; }
span { border-color: rgb(193,140,121); }
td.TdClassName
{
border-color: #C18C79;
}
.TagClassName
{
border-color: #C18C79;
}
</style>