Shades of Brandy Punch #C1803F
Tints of Brandy Punch #C1803F
RGB
CMYK
RGB Variations
Color information
#C1803F (or 0xC1803F) is known color: Brandy Punch. HEX triplet: C1, 80 and 3F. RGB value is (193,128,63). Sum of RGB (Red+Green+Blue) = 193+128+63=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1803F is #3E7FC0. Grayscale: #8C8C8C. Windows color (decimal): -4095937 or 4161729. OLE color: 4161729.
HSL color Cylindrical-coordinate representation of color #C1803F: hue angle of 30º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1803F is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 63 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.24 |
| HSL | 30º | 0.51% | 0.5% | - |
| HSV(B) | 30º | 0.67% | 0.76% | - |
| XYZ | 30.61 | 27.13 | 8.33 | - |
| YUV | 140.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 63 | 0 | 0.34 | 0.67 | 0.24 | 30 | 0.51 | 0.5 |
| Hex | C1 | 80 | 3F | 0 | 22 | 43 | 18 | 1E | 33 | 32 |
| Octal | 301 | 200 | 77 | 0 | 42 | 103 | 30 | 36 | 63 | 62 |
| Binary | 11000001 | 10000000 | 111111 | 0 | 100010 | 1000011 | 11000 | 11110 | 110011 | 110010 |
Color Harmonies of #C1803F
Complementary color
Monochromatic Colors of #C1803F
Black with #C1803F
Text Example
Text Example
White with #C1803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1803F; }
p { color: rgb(193,128,63); }
H1.HeaderClassName
{
color: #C1803F;
}
.AnyTagClassName
{
color: #C1803F;
}
</style>
background-color css
<style>
a { background-color: #C1803F; }
a { background-color: rgb(193,128,63); }
div.DivClassName
{
background-color: #C1803F;
}
.BgClassName
{
background-color: #C1803F;
}
</style>
border-color css
<style>
span { border-color: #C1803F; }
span { border-color: rgb(193,128,63); }
td.TdClassName
{
border-color: #C1803F;
}
.TagClassName
{
border-color: #C1803F;
}
</style>