Shades of Brandy Punch #C27C3A
Tints of Brandy Punch #C27C3A
RGB
CMYK
RGB Variations
Color information
#C27C3A (or 0xC27C3A) is known color: Brandy Punch. HEX triplet: C2, 7C and 3A. RGB value is (194,124,58). Sum of RGB (Red+Green+Blue) = 194+124+58=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C3A is #3D83C5. Grayscale: #898989. Windows color (decimal): -4031430 or 3833026. OLE color: 3833026.
HSL color Cylindrical-coordinate representation of color #C27C3A: hue angle of 29.12º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C27C3A is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 58 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.24 |
| HSL | 29.12º | 0.54% | 0.49% | - |
| HSV(B) | 29.12º | 0.7% | 0.76% | - |
| XYZ | 30.22 | 26.19 | 7.47 | - |
| YUV | 137.41 | 83.19 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 58 | 0 | 0.36 | 0.70 | 0.24 | 29.12 | 0.54 | 0.49 |
| Hex | C2 | 7C | 3A | 0 | 24 | 46 | 18 | 1D | 36 | 31 |
| Octal | 302 | 174 | 72 | 0 | 44 | 106 | 30 | 35 | 66 | 61 |
| Binary | 11000010 | 1111100 | 111010 | 0 | 100100 | 1000110 | 11000 | 11101 | 110110 | 110001 |
Color Harmonies of #C27C3A
Complementary color
Monochromatic Colors of #C27C3A
Black with #C27C3A
Text Example
Text Example
White with #C27C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C3A; }
p { color: rgb(194,124,58); }
H1.HeaderClassName
{
color: #C27C3A;
}
.AnyTagClassName
{
color: #C27C3A;
}
</style>
background-color css
<style>
a { background-color: #C27C3A; }
a { background-color: rgb(194,124,58); }
div.DivClassName
{
background-color: #C27C3A;
}
.BgClassName
{
background-color: #C27C3A;
}
</style>
border-color css
<style>
span { border-color: #C27C3A; }
span { border-color: rgb(194,124,58); }
td.TdClassName
{
border-color: #C27C3A;
}
.TagClassName
{
border-color: #C27C3A;
}
</style>