Shades of Brandy Punch #C27B3A
Tints of Brandy Punch #C27B3A
RGB
CMYK
RGB Variations
Color information
#C27B3A (or 0xC27B3A) is known color: Brandy Punch. HEX triplet: C2, 7B and 3A. RGB value is (194,123,58). Sum of RGB (Red+Green+Blue) = 194+123+58=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B3A is #3D84C5. Grayscale: #898989. Windows color (decimal): -4031686 or 3832770. OLE color: 3832770.
HSL color Cylindrical-coordinate representation of color #C27B3A: hue angle of 28.68º 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 #C27B3A is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 58 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.24 |
| HSL | 28.68º | 0.54% | 0.49% | - |
| HSV(B) | 28.68º | 0.7% | 0.76% | - |
| XYZ | 30.09 | 25.94 | 7.42 | - |
| YUV | 136.82 | 83.52 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 58 | 0 | 0.37 | 0.70 | 0.24 | 28.68 | 0.54 | 0.49 |
| Hex | C2 | 7B | 3A | 0 | 25 | 46 | 18 | 1D | 36 | 31 |
| Octal | 302 | 173 | 72 | 0 | 45 | 106 | 30 | 35 | 66 | 61 |
| Binary | 11000010 | 1111011 | 111010 | 0 | 100101 | 1000110 | 11000 | 11101 | 110110 | 110001 |
Color Harmonies of #C27B3A
Complementary color
Monochromatic Colors of #C27B3A
Black with #C27B3A
Text Example
Text Example
White with #C27B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B3A; }
p { color: rgb(194,123,58); }
H1.HeaderClassName
{
color: #C27B3A;
}
.AnyTagClassName
{
color: #C27B3A;
}
</style>
background-color css
<style>
a { background-color: #C27B3A; }
a { background-color: rgb(194,123,58); }
div.DivClassName
{
background-color: #C27B3A;
}
.BgClassName
{
background-color: #C27B3A;
}
</style>
border-color css
<style>
span { border-color: #C27B3A; }
span { border-color: rgb(194,123,58); }
td.TdClassName
{
border-color: #C27B3A;
}
.TagClassName
{
border-color: #C27B3A;
}
</style>