Shades of Brandy Punch #C27C3B
Tints of Brandy Punch #C27C3B
RGB
CMYK
RGB Variations
Color information
#C27C3B (or 0xC27C3B) is known color: Brandy Punch. HEX triplet: C2, 7C and 3B. RGB value is (194,124,59). Sum of RGB (Red+Green+Blue) = 194+124+59=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C3B is #3D83C4. Grayscale: #898989. Windows color (decimal): -4031429 or 3898562. OLE color: 3898562.
HSL color Cylindrical-coordinate representation of color #C27C3B: hue angle of 28.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C27C3B is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 59 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.24 |
| HSL | 28.89º | 0.53% | 0.5% | - |
| HSV(B) | 28.89º | 0.7% | 0.76% | - |
| XYZ | 30.25 | 26.2 | 7.6 | - |
| YUV | 137.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 59 | 0 | 0.36 | 0.70 | 0.24 | 28.89 | 0.53 | 0.5 |
| Hex | C2 | 7C | 3B | 0 | 24 | 46 | 18 | 1D | 35 | 32 |
| Octal | 302 | 174 | 73 | 0 | 44 | 106 | 30 | 35 | 65 | 62 |
| Binary | 11000010 | 1111100 | 111011 | 0 | 100100 | 1000110 | 11000 | 11101 | 110101 | 110010 |
Color Harmonies of #C27C3B
Complementary color
Monochromatic Colors of #C27C3B
Black with #C27C3B
Text Example
Text Example
White with #C27C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C3B; }
p { color: rgb(194,124,59); }
H1.HeaderClassName
{
color: #C27C3B;
}
.AnyTagClassName
{
color: #C27C3B;
}
</style>
background-color css
<style>
a { background-color: #C27C3B; }
a { background-color: rgb(194,124,59); }
div.DivClassName
{
background-color: #C27C3B;
}
.BgClassName
{
background-color: #C27C3B;
}
</style>
border-color css
<style>
span { border-color: #C27C3B; }
span { border-color: rgb(194,124,59); }
td.TdClassName
{
border-color: #C27C3B;
}
.TagClassName
{
border-color: #C27C3B;
}
</style>