Shades of Brandy Punch #C27D41
Tints of Brandy Punch #C27D41
RGB
CMYK
RGB Variations
Color information
#C27D41 (or 0xC27D41) is known color: Brandy Punch. HEX triplet: C2, 7D and 41. RGB value is (194,125,65). Sum of RGB (Red+Green+Blue) = 194+125+65=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D41 is #3D82BE. Grayscale: #8B8B8B. Windows color (decimal): -4031167 or 4292034. OLE color: 4292034.
HSL color Cylindrical-coordinate representation of color #C27D41: hue angle of 27.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C27D41 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 65 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.24 |
| HSL | 27.91º | 0.51% | 0.51% | - |
| HSV(B) | 27.91º | 0.66% | 0.76% | - |
| XYZ | 30.54 | 26.52 | 8.51 | - |
| YUV | 138.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 65 | 0 | 0.36 | 0.66 | 0.24 | 27.91 | 0.51 | 0.51 |
| Hex | C2 | 7D | 41 | 0 | 24 | 42 | 18 | 1C | 33 | 33 |
| Octal | 302 | 175 | 101 | 0 | 44 | 102 | 30 | 34 | 63 | 63 |
| Binary | 11000010 | 1111101 | 1000001 | 0 | 100100 | 1000010 | 11000 | 11100 | 110011 | 110011 |
Color Harmonies of #C27D41
Complementary color
Monochromatic Colors of #C27D41
Black with #C27D41
Text Example
Text Example
White with #C27D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D41; }
p { color: rgb(194,125,65); }
H1.HeaderClassName
{
color: #C27D41;
}
.AnyTagClassName
{
color: #C27D41;
}
</style>
background-color css
<style>
a { background-color: #C27D41; }
a { background-color: rgb(194,125,65); }
div.DivClassName
{
background-color: #C27D41;
}
.BgClassName
{
background-color: #C27D41;
}
</style>
border-color css
<style>
span { border-color: #C27D41; }
span { border-color: rgb(194,125,65); }
td.TdClassName
{
border-color: #C27D41;
}
.TagClassName
{
border-color: #C27D41;
}
</style>