Shades of Brandy Punch #C37E4A
Tints of Brandy Punch #C37E4A
RGB
CMYK
RGB Variations
Color information
#C37E4A (or 0xC37E4A) is known color: Brandy Punch. HEX triplet: C3, 7E and 4A. RGB value is (195,126,74). Sum of RGB (Red+Green+Blue) = 195+126+74=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37E4A is #3C81B5. Grayscale: #8C8C8C. Windows color (decimal): -3965366 or 4882115. OLE color: 4882115.
HSL color Cylindrical-coordinate representation of color #C37E4A: hue angle of 25.79º 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 #C37E4A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 74 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.24 |
| HSL | 25.79º | 0.5% | 0.53% | - |
| HSV(B) | 25.79º | 0.62% | 0.76% | - |
| XYZ | 31.2 | 27.02 | 10.05 | - |
| YUV | 140.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 74 | 0 | 0.35 | 0.62 | 0.24 | 25.79 | 0.5 | 0.53 |
| Hex | C3 | 7E | 4A | 0 | 23 | 3E | 18 | 1A | 32 | 35 |
| Octal | 303 | 176 | 112 | 0 | 43 | 76 | 30 | 32 | 62 | 65 |
| Binary | 11000011 | 1111110 | 1001010 | 0 | 100011 | 111110 | 11000 | 11010 | 110010 | 110101 |
Color Harmonies of #C37E4A
Complementary color
Monochromatic Colors of #C37E4A
Black with #C37E4A
Text Example
Text Example
White with #C37E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E4A; }
p { color: rgb(195,126,74); }
H1.HeaderClassName
{
color: #C37E4A;
}
.AnyTagClassName
{
color: #C37E4A;
}
</style>
background-color css
<style>
a { background-color: #C37E4A; }
a { background-color: rgb(195,126,74); }
div.DivClassName
{
background-color: #C37E4A;
}
.BgClassName
{
background-color: #C37E4A;
}
</style>
border-color css
<style>
span { border-color: #C37E4A; }
span { border-color: rgb(195,126,74); }
td.TdClassName
{
border-color: #C37E4A;
}
.TagClassName
{
border-color: #C37E4A;
}
</style>