Shades of Brandy Punch #C1854B
Tints of Brandy Punch #C1854B
RGB
CMYK
RGB Variations
Color information
#C1854B (or 0xC1854B) is known color: Brandy Punch. HEX triplet: C1, 85 and 4B. RGB value is (193,133,75). Sum of RGB (Red+Green+Blue) = 193+133+75=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1854B is #3E7AB4. Grayscale: #909090. Windows color (decimal): -4094645 or 4949441. OLE color: 4949441.
HSL color Cylindrical-coordinate representation of color #C1854B: hue angle of 29.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1854B is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 75 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.24 |
| HSL | 29.49º | 0.49% | 0.53% | - |
| HSV(B) | 29.49º | 0.61% | 0.76% | - |
| XYZ | 31.65 | 28.62 | 10.51 | - |
| YUV | 144.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 75 | 0 | 0.31 | 0.61 | 0.24 | 29.49 | 0.49 | 0.53 |
| Hex | C1 | 85 | 4B | 0 | 1F | 3D | 18 | 1D | 31 | 35 |
| Octal | 301 | 205 | 113 | 0 | 37 | 75 | 30 | 35 | 61 | 65 |
| Binary | 11000001 | 10000101 | 1001011 | 0 | 11111 | 111101 | 11000 | 11101 | 110001 | 110101 |
Color Harmonies of #C1854B
Complementary color
Monochromatic Colors of #C1854B
Black with #C1854B
Text Example
Text Example
White with #C1854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1854B; }
p { color: rgb(193,133,75); }
H1.HeaderClassName
{
color: #C1854B;
}
.AnyTagClassName
{
color: #C1854B;
}
</style>
background-color css
<style>
a { background-color: #C1854B; }
a { background-color: rgb(193,133,75); }
div.DivClassName
{
background-color: #C1854B;
}
.BgClassName
{
background-color: #C1854B;
}
</style>
border-color css
<style>
span { border-color: #C1854B; }
span { border-color: rgb(193,133,75); }
td.TdClassName
{
border-color: #C1854B;
}
.TagClassName
{
border-color: #C1854B;
}
</style>