Shades of Brandy Punch #C27E3E
Tints of Brandy Punch #C27E3E
RGB
CMYK
RGB Variations
Color information
#C27E3E (or 0xC27E3E) is known color: Brandy Punch. HEX triplet: C2, 7E and 3E. RGB value is (194,126,62). Sum of RGB (Red+Green+Blue) = 194+126+62=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E3E is #3D81C1. Grayscale: #8B8B8B. Windows color (decimal): -4030914 or 4095682. OLE color: 4095682.
HSL color Cylindrical-coordinate representation of color #C27E3E: hue angle of 29.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C27E3E is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 62 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.24 |
| HSL | 29.09º | 0.52% | 0.5% | - |
| HSV(B) | 29.09º | 0.68% | 0.76% | - |
| XYZ | 30.58 | 26.74 | 8.11 | - |
| YUV | 139.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 62 | 0 | 0.35 | 0.68 | 0.24 | 29.09 | 0.52 | 0.5 |
| Hex | C2 | 7E | 3E | 0 | 23 | 44 | 18 | 1D | 34 | 32 |
| Octal | 302 | 176 | 76 | 0 | 43 | 104 | 30 | 35 | 64 | 62 |
| Binary | 11000010 | 1111110 | 111110 | 0 | 100011 | 1000100 | 11000 | 11101 | 110100 | 110010 |
Color Harmonies of #C27E3E
Complementary color
Monochromatic Colors of #C27E3E
Black with #C27E3E
Text Example
Text Example
White with #C27E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E3E; }
p { color: rgb(194,126,62); }
H1.HeaderClassName
{
color: #C27E3E;
}
.AnyTagClassName
{
color: #C27E3E;
}
</style>
background-color css
<style>
a { background-color: #C27E3E; }
a { background-color: rgb(194,126,62); }
div.DivClassName
{
background-color: #C27E3E;
}
.BgClassName
{
background-color: #C27E3E;
}
</style>
border-color css
<style>
span { border-color: #C27E3E; }
span { border-color: rgb(194,126,62); }
td.TdClassName
{
border-color: #C27E3E;
}
.TagClassName
{
border-color: #C27E3E;
}
</style>