Shades of Brandy Punch #C3814D
Tints of Brandy Punch #C3814D
RGB
CMYK
RGB Variations
Color information
#C3814D (or 0xC3814D) is known color: Brandy Punch. HEX triplet: C3, 81 and 4D. RGB value is (195,129,77). Sum of RGB (Red+Green+Blue) = 195+129+77=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3814D is #3C7EB2. Grayscale: #8F8F8F. Windows color (decimal): -3964595 or 5079491. OLE color: 5079491.
HSL color Cylindrical-coordinate representation of color #C3814D: hue angle of 26.44º degrees, saturation: 0.5, 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 #C3814D is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 77 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.24 |
| HSL | 26.44º | 0.5% | 0.53% | - |
| HSV(B) | 26.44º | 0.61% | 0.76% | - |
| XYZ | 31.7 | 27.84 | 10.72 | - |
| YUV | 142.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 77 | 0 | 0.34 | 0.61 | 0.24 | 26.44 | 0.5 | 0.53 |
| Hex | C3 | 81 | 4D | 0 | 22 | 3D | 18 | 1A | 32 | 35 |
| Octal | 303 | 201 | 115 | 0 | 42 | 75 | 30 | 32 | 62 | 65 |
| Binary | 11000011 | 10000001 | 1001101 | 0 | 100010 | 111101 | 11000 | 11010 | 110010 | 110101 |
Color Harmonies of #C3814D
Complementary color
Monochromatic Colors of #C3814D
Black with #C3814D
Text Example
Text Example
White with #C3814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3814D; }
p { color: rgb(195,129,77); }
H1.HeaderClassName
{
color: #C3814D;
}
.AnyTagClassName
{
color: #C3814D;
}
</style>
background-color css
<style>
a { background-color: #C3814D; }
a { background-color: rgb(195,129,77); }
div.DivClassName
{
background-color: #C3814D;
}
.BgClassName
{
background-color: #C3814D;
}
</style>
border-color css
<style>
span { border-color: #C3814D; }
span { border-color: rgb(195,129,77); }
td.TdClassName
{
border-color: #C3814D;
}
.TagClassName
{
border-color: #C3814D;
}
</style>