Shades of Brandy Punch #C3814A
Tints of Brandy Punch #C3814A
RGB
CMYK
RGB Variations
Color information
#C3814A (or 0xC3814A) is known color: Brandy Punch. HEX triplet: C3, 81 and 4A. RGB value is (195,129,74). Sum of RGB (Red+Green+Blue) = 195+129+74=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3814A is #3C7EB5. Grayscale: #8E8E8E. Windows color (decimal): -3964598 or 4882883. OLE color: 4882883.
HSL color Cylindrical-coordinate representation of color #C3814A: hue angle of 27.27º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3814A is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 74 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.24 |
| HSL | 27.27º | 0.5% | 0.53% | - |
| HSV(B) | 27.27º | 0.62% | 0.76% | - |
| XYZ | 31.59 | 27.8 | 10.18 | - |
| YUV | 142.46 | 89.37 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 74 | 0 | 0.34 | 0.62 | 0.24 | 27.27 | 0.5 | 0.53 |
| Hex | C3 | 81 | 4A | 0 | 22 | 3E | 18 | 1B | 32 | 35 |
| Octal | 303 | 201 | 112 | 0 | 42 | 76 | 30 | 33 | 62 | 65 |
| Binary | 11000011 | 10000001 | 1001010 | 0 | 100010 | 111110 | 11000 | 11011 | 110010 | 110101 |
Color Harmonies of #C3814A
Complementary color
Monochromatic Colors of #C3814A
Black with #C3814A
Text Example
Text Example
White with #C3814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3814A; }
p { color: rgb(195,129,74); }
H1.HeaderClassName
{
color: #C3814A;
}
.AnyTagClassName
{
color: #C3814A;
}
</style>
background-color css
<style>
a { background-color: #C3814A; }
a { background-color: rgb(195,129,74); }
div.DivClassName
{
background-color: #C3814A;
}
.BgClassName
{
background-color: #C3814A;
}
</style>
border-color css
<style>
span { border-color: #C3814A; }
span { border-color: rgb(195,129,74); }
td.TdClassName
{
border-color: #C3814A;
}
.TagClassName
{
border-color: #C3814A;
}
</style>