Shades of Brandy Punch #C1854A
Tints of Brandy Punch #C1854A
RGB
CMYK
RGB Variations
Color information
#C1854A (or 0xC1854A) is known color: Brandy Punch. HEX triplet: C1, 85 and 4A. RGB value is (193,133,74). Sum of RGB (Red+Green+Blue) = 193+133+74=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1854A is #3E7AB5. Grayscale: #909090. Windows color (decimal): -4094646 or 4883905. OLE color: 4883905.
HSL color Cylindrical-coordinate representation of color #C1854A: hue angle of 29.75º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1854A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 74 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.24 |
| HSL | 29.75º | 0.49% | 0.52% | - |
| HSV(B) | 29.75º | 0.62% | 0.76% | - |
| XYZ | 31.62 | 28.61 | 10.33 | - |
| YUV | 144.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 74 | 0 | 0.31 | 0.62 | 0.24 | 29.75 | 0.49 | 0.52 |
| Hex | C1 | 85 | 4A | 0 | 1F | 3E | 18 | 1E | 31 | 34 |
| Octal | 301 | 205 | 112 | 0 | 37 | 76 | 30 | 36 | 61 | 64 |
| Binary | 11000001 | 10000101 | 1001010 | 0 | 11111 | 111110 | 11000 | 11110 | 110001 | 110100 |
Color Harmonies of #C1854A
Complementary color
Monochromatic Colors of #C1854A
Black with #C1854A
Text Example
Text Example
White with #C1854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1854A; }
p { color: rgb(193,133,74); }
H1.HeaderClassName
{
color: #C1854A;
}
.AnyTagClassName
{
color: #C1854A;
}
</style>
background-color css
<style>
a { background-color: #C1854A; }
a { background-color: rgb(193,133,74); }
div.DivClassName
{
background-color: #C1854A;
}
.BgClassName
{
background-color: #C1854A;
}
</style>
border-color css
<style>
span { border-color: #C1854A; }
span { border-color: rgb(193,133,74); }
td.TdClassName
{
border-color: #C1854A;
}
.TagClassName
{
border-color: #C1854A;
}
</style>