Shades of Brandy Rose #C18479
Tints of Brandy Rose #C18479
RGB
CMYK
RGB Variations
Color information
#C18479 (or 0xC18479) is known color: Brandy Rose. HEX triplet: C1, 84 and 79. RGB value is (193,132,121). Sum of RGB (Red+Green+Blue) = 193+132+121=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C18479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18479 is #3E7B86. Grayscale: #959595. Windows color (decimal): -4094855 or 7963841. OLE color: 7963841.
HSL color Cylindrical-coordinate representation of color #C18479: hue angle of 9.17º 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 #C18479 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 121 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.24 |
| HSL | 9.17º | 0.37% | 0.62% | - |
| HSV(B) | 9.17º | 0.37% | 0.76% | - |
| XYZ | 33.69 | 29.22 | 21.95 | - |
| YUV | 148.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 121 | 0 | 0.32 | 0.37 | 0.24 | 9.17 | 0.37 | 0.62 |
| Hex | C1 | 84 | 79 | 0 | 20 | 25 | 18 | 9 | 25 | 3E |
| Octal | 301 | 204 | 171 | 0 | 40 | 45 | 30 | 11 | 45 | 76 |
| Binary | 11000001 | 10000100 | 1111001 | 0 | 100000 | 100101 | 11000 | 1001 | 100101 | 111110 |
Color Harmonies of #C18479
Complementary color
Monochromatic Colors of #C18479
Black with #C18479
Text Example
Text Example
White with #C18479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18479; }
p { color: rgb(193,132,121); }
H1.HeaderClassName
{
color: #C18479;
}
.AnyTagClassName
{
color: #C18479;
}
</style>
background-color css
<style>
a { background-color: #C18479; }
a { background-color: rgb(193,132,121); }
div.DivClassName
{
background-color: #C18479;
}
.BgClassName
{
background-color: #C18479;
}
</style>
border-color css
<style>
span { border-color: #C18479; }
span { border-color: rgb(193,132,121); }
td.TdClassName
{
border-color: #C18479;
}
.TagClassName
{
border-color: #C18479;
}
</style>