Shades of Brandy Rose #C1816F
Tints of Brandy Rose #C1816F
RGB
CMYK
RGB Variations
Color information
#C1816F (or 0xC1816F) is known color: Brandy Rose. HEX triplet: C1, 81 and 6F. RGB value is (193,129,111). Sum of RGB (Red+Green+Blue) = 193+129+111=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1816F is #3E7E90. Grayscale: #929292. Windows color (decimal): -4095633 or 7307713. OLE color: 7307713.
HSL color Cylindrical-coordinate representation of color #C1816F: hue angle of 13.17º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1816F is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 111 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.24 |
| HSL | 13.17º | 0.4% | 0.6% | - |
| HSV(B) | 13.17º | 0.42% | 0.76% | - |
| XYZ | 32.71 | 28.19 | 18.76 | - |
| YUV | 146.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 111 | 0 | 0.33 | 0.42 | 0.24 | 13.17 | 0.4 | 0.6 |
| Hex | C1 | 81 | 6F | 0 | 21 | 2A | 18 | D | 28 | 3C |
| Octal | 301 | 201 | 157 | 0 | 41 | 52 | 30 | 15 | 50 | 74 |
| Binary | 11000001 | 10000001 | 1101111 | 0 | 100001 | 101010 | 11000 | 1101 | 101000 | 111100 |
Color Harmonies of #C1816F
Complementary color
Monochromatic Colors of #C1816F
Black with #C1816F
Text Example
Text Example
White with #C1816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1816F; }
p { color: rgb(193,129,111); }
H1.HeaderClassName
{
color: #C1816F;
}
.AnyTagClassName
{
color: #C1816F;
}
</style>
background-color css
<style>
a { background-color: #C1816F; }
a { background-color: rgb(193,129,111); }
div.DivClassName
{
background-color: #C1816F;
}
.BgClassName
{
background-color: #C1816F;
}
</style>
border-color css
<style>
span { border-color: #C1816F; }
span { border-color: rgb(193,129,111); }
td.TdClassName
{
border-color: #C1816F;
}
.TagClassName
{
border-color: #C1816F;
}
</style>