Shades of Brandy Punch #C1854D
Tints of Brandy Punch #C1854D
RGB
CMYK
RGB Variations
Color information
#C1854D (or 0xC1854D) is known color: Brandy Punch. HEX triplet: C1, 85 and 4D. RGB value is (193,133,77). Sum of RGB (Red+Green+Blue) = 193+133+77=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1854D is #3E7AB2. Grayscale: #909090. Windows color (decimal): -4094643 or 5080513. OLE color: 5080513.
HSL color Cylindrical-coordinate representation of color #C1854D: hue angle of 28.97º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1854D is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 77 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.24 |
| HSL | 28.97º | 0.48% | 0.53% | - |
| HSV(B) | 28.97º | 0.6% | 0.76% | - |
| XYZ | 31.72 | 28.65 | 10.88 | - |
| YUV | 144.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 77 | 0 | 0.31 | 0.60 | 0.24 | 28.97 | 0.48 | 0.53 |
| Hex | C1 | 85 | 4D | 0 | 1F | 3C | 18 | 1D | 30 | 35 |
| Octal | 301 | 205 | 115 | 0 | 37 | 74 | 30 | 35 | 60 | 65 |
| Binary | 11000001 | 10000101 | 1001101 | 0 | 11111 | 111100 | 11000 | 11101 | 110000 | 110101 |
Color Harmonies of #C1854D
Complementary color
Monochromatic Colors of #C1854D
Black with #C1854D
Text Example
Text Example
White with #C1854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1854D; }
p { color: rgb(193,133,77); }
H1.HeaderClassName
{
color: #C1854D;
}
.AnyTagClassName
{
color: #C1854D;
}
</style>
background-color css
<style>
a { background-color: #C1854D; }
a { background-color: rgb(193,133,77); }
div.DivClassName
{
background-color: #C1854D;
}
.BgClassName
{
background-color: #C1854D;
}
</style>
border-color css
<style>
span { border-color: #C1854D; }
span { border-color: rgb(193,133,77); }
td.TdClassName
{
border-color: #C1854D;
}
.TagClassName
{
border-color: #C1854D;
}
</style>