Shades of Brandy Rose #C18071
Tints of Brandy Rose #C18071
RGB
CMYK
RGB Variations
Color information
#C18071 (or 0xC18071) is known color: Brandy Rose. HEX triplet: C1, 80 and 71. RGB value is (193,128,113). Sum of RGB (Red+Green+Blue) = 193+128+113=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C18071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18071 is #3E7F8E. Grayscale: #919191. Windows color (decimal): -4095887 or 7438529. OLE color: 7438529.
HSL color Cylindrical-coordinate representation of color #C18071: hue angle of 11.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18071 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 113 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.24 |
| HSL | 11.25º | 0.39% | 0.6% | - |
| HSV(B) | 11.25º | 0.41% | 0.76% | - |
| XYZ | 32.69 | 27.97 | 19.3 | - |
| YUV | 145.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 113 | 0 | 0.34 | 0.41 | 0.24 | 11.25 | 0.39 | 0.6 |
| Hex | C1 | 80 | 71 | 0 | 22 | 29 | 18 | B | 27 | 3C |
| Octal | 301 | 200 | 161 | 0 | 42 | 51 | 30 | 13 | 47 | 74 |
| Binary | 11000001 | 10000000 | 1110001 | 0 | 100010 | 101001 | 11000 | 1011 | 100111 | 111100 |
Color Harmonies of #C18071
Complementary color
Monochromatic Colors of #C18071
Black with #C18071
Text Example
Text Example
White with #C18071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18071; }
p { color: rgb(193,128,113); }
H1.HeaderClassName
{
color: #C18071;
}
.AnyTagClassName
{
color: #C18071;
}
</style>
background-color css
<style>
a { background-color: #C18071; }
a { background-color: rgb(193,128,113); }
div.DivClassName
{
background-color: #C18071;
}
.BgClassName
{
background-color: #C18071;
}
</style>
border-color css
<style>
span { border-color: #C18071; }
span { border-color: rgb(193,128,113); }
td.TdClassName
{
border-color: #C18071;
}
.TagClassName
{
border-color: #C18071;
}
</style>