Shades of Brandy Punch #C0814C
Tints of Brandy Punch #C0814C
RGB
CMYK
RGB Variations
Color information
#C0814C (or 0xC0814C) is known color: Brandy Punch. HEX triplet: C0, 81 and 4C. RGB value is (192,129,76). Sum of RGB (Red+Green+Blue) = 192+129+76=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0814C is #3F7EB3. Grayscale: #8E8E8E. Windows color (decimal): -4161204 or 5013952. OLE color: 5013952.
HSL color Cylindrical-coordinate representation of color #C0814C: hue angle of 27.41º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0814C is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 76 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.25 |
| HSL | 27.41º | 0.48% | 0.53% | - |
| HSV(B) | 27.41º | 0.6% | 0.75% | - |
| XYZ | 30.89 | 27.43 | 10.5 | - |
| YUV | 141.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 76 | 0 | 0.33 | 0.60 | 0.25 | 27.41 | 0.48 | 0.53 |
| Hex | C0 | 81 | 4C | 0 | 21 | 3C | 19 | 1B | 30 | 35 |
| Octal | 300 | 201 | 114 | 0 | 41 | 74 | 31 | 33 | 60 | 65 |
| Binary | 11000000 | 10000001 | 1001100 | 0 | 100001 | 111100 | 11001 | 11011 | 110000 | 110101 |
Color Harmonies of #C0814C
Complementary color
Monochromatic Colors of #C0814C
Black with #C0814C
Text Example
Text Example
White with #C0814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0814C; }
p { color: rgb(192,129,76); }
H1.HeaderClassName
{
color: #C0814C;
}
.AnyTagClassName
{
color: #C0814C;
}
</style>
background-color css
<style>
a { background-color: #C0814C; }
a { background-color: rgb(192,129,76); }
div.DivClassName
{
background-color: #C0814C;
}
.BgClassName
{
background-color: #C0814C;
}
</style>
border-color css
<style>
span { border-color: #C0814C; }
span { border-color: rgb(192,129,76); }
td.TdClassName
{
border-color: #C0814C;
}
.TagClassName
{
border-color: #C0814C;
}
</style>