Shades of Brandy Punch #C3813C
Tints of Brandy Punch #C3813C
RGB
CMYK
RGB Variations
Color information
#C3813C (or 0xC3813C) is known color: Brandy Punch. HEX triplet: C3, 81 and 3C. RGB value is (195,129,60). Sum of RGB (Red+Green+Blue) = 195+129+60=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3813C is #3C7EC3. Grayscale: #8D8D8D. Windows color (decimal): -3964612 or 3965379. OLE color: 3965379.
HSL color Cylindrical-coordinate representation of color #C3813C: hue angle of 30.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3813C is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 60 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.24 |
| HSL | 30.67º | 0.53% | 0.5% | - |
| HSV(B) | 30.67º | 0.69% | 0.76% | - |
| XYZ | 31.17 | 27.63 | 7.96 | - |
| YUV | 140.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 60 | 0 | 0.34 | 0.69 | 0.24 | 30.67 | 0.53 | 0.5 |
| Hex | C3 | 81 | 3C | 0 | 22 | 45 | 18 | 1F | 35 | 32 |
| Octal | 303 | 201 | 74 | 0 | 42 | 105 | 30 | 37 | 65 | 62 |
| Binary | 11000011 | 10000001 | 111100 | 0 | 100010 | 1000101 | 11000 | 11111 | 110101 | 110010 |
Color Harmonies of #C3813C
Complementary color
Monochromatic Colors of #C3813C
Black with #C3813C
Text Example
Text Example
White with #C3813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3813C; }
p { color: rgb(195,129,60); }
H1.HeaderClassName
{
color: #C3813C;
}
.AnyTagClassName
{
color: #C3813C;
}
</style>
background-color css
<style>
a { background-color: #C3813C; }
a { background-color: rgb(195,129,60); }
div.DivClassName
{
background-color: #C3813C;
}
.BgClassName
{
background-color: #C3813C;
}
</style>
border-color css
<style>
span { border-color: #C3813C; }
span { border-color: rgb(195,129,60); }
td.TdClassName
{
border-color: #C3813C;
}
.TagClassName
{
border-color: #C3813C;
}
</style>