Shades of Brandy Punch #C37F4B
Tints of Brandy Punch #C37F4B
RGB
CMYK
RGB Variations
Color information
#C37F4B (or 0xC37F4B) is known color: Brandy Punch. HEX triplet: C3, 7F and 4B. RGB value is (195,127,75). Sum of RGB (Red+Green+Blue) = 195+127+75=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F4B is #3C80B4. Grayscale: #8D8D8D. Windows color (decimal): -3965109 or 4947907. OLE color: 4947907.
HSL color Cylindrical-coordinate representation of color #C37F4B: hue angle of 26º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C37F4B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 75 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.24 |
| HSL | 26º | 0.5% | 0.53% | - |
| HSV(B) | 26º | 0.62% | 0.76% | - |
| XYZ | 31.37 | 27.29 | 10.27 | - |
| YUV | 141.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 75 | 0 | 0.35 | 0.62 | 0.24 | 26 | 0.5 | 0.53 |
| Hex | C3 | 7F | 4B | 0 | 23 | 3E | 18 | 1A | 32 | 35 |
| Octal | 303 | 177 | 113 | 0 | 43 | 76 | 30 | 32 | 62 | 65 |
| Binary | 11000011 | 1111111 | 1001011 | 0 | 100011 | 111110 | 11000 | 11010 | 110010 | 110101 |
Color Harmonies of #C37F4B
Complementary color
Monochromatic Colors of #C37F4B
Black with #C37F4B
Text Example
Text Example
White with #C37F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F4B; }
p { color: rgb(195,127,75); }
H1.HeaderClassName
{
color: #C37F4B;
}
.AnyTagClassName
{
color: #C37F4B;
}
</style>
background-color css
<style>
a { background-color: #C37F4B; }
a { background-color: rgb(195,127,75); }
div.DivClassName
{
background-color: #C37F4B;
}
.BgClassName
{
background-color: #C37F4B;
}
</style>
border-color css
<style>
span { border-color: #C37F4B; }
span { border-color: rgb(195,127,75); }
td.TdClassName
{
border-color: #C37F4B;
}
.TagClassName
{
border-color: #C37F4B;
}
</style>