Shades of Brandy Punch #C27D3B
Tints of Brandy Punch #C27D3B
RGB
CMYK
RGB Variations
Color information
#C27D3B (or 0xC27D3B) is known color: Brandy Punch. HEX triplet: C2, 7D and 3B. RGB value is (194,125,59). Sum of RGB (Red+Green+Blue) = 194+125+59=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D3B is #3D82C4. Grayscale: #8A8A8A. Windows color (decimal): -4031173 or 3898818. OLE color: 3898818.
HSL color Cylindrical-coordinate representation of color #C27D3B: hue angle of 29.33º 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 #C27D3B is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 59 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.24 |
| HSL | 29.33º | 0.53% | 0.5% | - |
| HSV(B) | 29.33º | 0.7% | 0.76% | - |
| XYZ | 30.37 | 26.45 | 7.64 | - |
| YUV | 138.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 59 | 0 | 0.36 | 0.70 | 0.24 | 29.33 | 0.53 | 0.5 |
| Hex | C2 | 7D | 3B | 0 | 24 | 46 | 18 | 1D | 35 | 32 |
| Octal | 302 | 175 | 73 | 0 | 44 | 106 | 30 | 35 | 65 | 62 |
| Binary | 11000010 | 1111101 | 111011 | 0 | 100100 | 1000110 | 11000 | 11101 | 110101 | 110010 |
Color Harmonies of #C27D3B
Complementary color
Monochromatic Colors of #C27D3B
Black with #C27D3B
Text Example
Text Example
White with #C27D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D3B; }
p { color: rgb(194,125,59); }
H1.HeaderClassName
{
color: #C27D3B;
}
.AnyTagClassName
{
color: #C27D3B;
}
</style>
background-color css
<style>
a { background-color: #C27D3B; }
a { background-color: rgb(194,125,59); }
div.DivClassName
{
background-color: #C27D3B;
}
.BgClassName
{
background-color: #C27D3B;
}
</style>
border-color css
<style>
span { border-color: #C27D3B; }
span { border-color: rgb(194,125,59); }
td.TdClassName
{
border-color: #C27D3B;
}
.TagClassName
{
border-color: #C27D3B;
}
</style>