Shades of Brandy Punch #C1804C
Tints of Brandy Punch #C1804C
RGB
CMYK
RGB Variations
Color information
#C1804C (or 0xC1804C) is known color: Brandy Punch. HEX triplet: C1, 80 and 4C. RGB value is (193,128,76). Sum of RGB (Red+Green+Blue) = 193+128+76=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1804C is #3E7FB3. Grayscale: #8D8D8D. Windows color (decimal): -4095924 or 5013697. OLE color: 5013697.
HSL color Cylindrical-coordinate representation of color #C1804C: hue angle of 26.67º 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 #C1804C is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 76 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.24 |
| HSL | 26.67º | 0.49% | 0.53% | - |
| HSV(B) | 26.67º | 0.61% | 0.76% | - |
| XYZ | 31.02 | 27.3 | 10.47 | - |
| YUV | 141.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 76 | 0 | 0.34 | 0.61 | 0.24 | 26.67 | 0.49 | 0.53 |
| Hex | C1 | 80 | 4C | 0 | 22 | 3D | 18 | 1B | 31 | 35 |
| Octal | 301 | 200 | 114 | 0 | 42 | 75 | 30 | 33 | 61 | 65 |
| Binary | 11000001 | 10000000 | 1001100 | 0 | 100010 | 111101 | 11000 | 11011 | 110001 | 110101 |
Color Harmonies of #C1804C
Complementary color
Monochromatic Colors of #C1804C
Black with #C1804C
Text Example
Text Example
White with #C1804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1804C; }
p { color: rgb(193,128,76); }
H1.HeaderClassName
{
color: #C1804C;
}
.AnyTagClassName
{
color: #C1804C;
}
</style>
background-color css
<style>
a { background-color: #C1804C; }
a { background-color: rgb(193,128,76); }
div.DivClassName
{
background-color: #C1804C;
}
.BgClassName
{
background-color: #C1804C;
}
</style>
border-color css
<style>
span { border-color: #C1804C; }
span { border-color: rgb(193,128,76); }
td.TdClassName
{
border-color: #C1804C;
}
.TagClassName
{
border-color: #C1804C;
}
</style>