Shades of Brandy Punch #C27D3D
Tints of Brandy Punch #C27D3D
RGB
CMYK
RGB Variations
Color information
#C27D3D (or 0xC27D3D) is known color: Brandy Punch. HEX triplet: C2, 7D and 3D. RGB value is (194,125,61). Sum of RGB (Red+Green+Blue) = 194+125+61=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D3D is #3D82C2. Grayscale: #8A8A8A. Windows color (decimal): -4031171 or 4029890. OLE color: 4029890.
HSL color Cylindrical-coordinate representation of color #C27D3D: hue angle of 28.87º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C27D3D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 61 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.24 |
| HSL | 28.87º | 0.52% | 0.5% | - |
| HSV(B) | 28.87º | 0.69% | 0.76% | - |
| XYZ | 30.42 | 26.47 | 7.92 | - |
| YUV | 138.34 | 84.36 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 61 | 0 | 0.36 | 0.69 | 0.24 | 28.87 | 0.52 | 0.5 |
| Hex | C2 | 7D | 3D | 0 | 24 | 45 | 18 | 1D | 34 | 32 |
| Octal | 302 | 175 | 75 | 0 | 44 | 105 | 30 | 35 | 64 | 62 |
| Binary | 11000010 | 1111101 | 111101 | 0 | 100100 | 1000101 | 11000 | 11101 | 110100 | 110010 |
Color Harmonies of #C27D3D
Complementary color
Monochromatic Colors of #C27D3D
Black with #C27D3D
Text Example
Text Example
White with #C27D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D3D; }
p { color: rgb(194,125,61); }
H1.HeaderClassName
{
color: #C27D3D;
}
.AnyTagClassName
{
color: #C27D3D;
}
</style>
background-color css
<style>
a { background-color: #C27D3D; }
a { background-color: rgb(194,125,61); }
div.DivClassName
{
background-color: #C27D3D;
}
.BgClassName
{
background-color: #C27D3D;
}
</style>
border-color css
<style>
span { border-color: #C27D3D; }
span { border-color: rgb(194,125,61); }
td.TdClassName
{
border-color: #C27D3D;
}
.TagClassName
{
border-color: #C27D3D;
}
</style>