Shades of Brandy Punch #C38542
Tints of Brandy Punch #C38542
RGB
CMYK
RGB Variations
Color information
#C38542 (or 0xC38542) is known color: Brandy Punch. HEX triplet: C3, 85 and 42. RGB value is (195,133,66). Sum of RGB (Red+Green+Blue) = 195+133+66=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C38542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38542 is #3C7ABD. Grayscale: #909090. Windows color (decimal): -3963582 or 4359619. OLE color: 4359619.
HSL color Cylindrical-coordinate representation of color #C38542: hue angle of 31.16º degrees, saturation: 0.52, 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 #C38542 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 66 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.24 |
| HSL | 31.16º | 0.52% | 0.51% | - |
| HSV(B) | 31.16º | 0.66% | 0.76% | - |
| XYZ | 31.88 | 28.77 | 9.03 | - |
| YUV | 143.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 66 | 0 | 0.32 | 0.66 | 0.24 | 31.16 | 0.52 | 0.51 |
| Hex | C3 | 85 | 42 | 0 | 20 | 42 | 18 | 1F | 34 | 33 |
| Octal | 303 | 205 | 102 | 0 | 40 | 102 | 30 | 37 | 64 | 63 |
| Binary | 11000011 | 10000101 | 1000010 | 0 | 100000 | 1000010 | 11000 | 11111 | 110100 | 110011 |
Color Harmonies of #C38542
Complementary color
Monochromatic Colors of #C38542
Black with #C38542
Text Example
Text Example
White with #C38542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38542; }
p { color: rgb(195,133,66); }
H1.HeaderClassName
{
color: #C38542;
}
.AnyTagClassName
{
color: #C38542;
}
</style>
background-color css
<style>
a { background-color: #C38542; }
a { background-color: rgb(195,133,66); }
div.DivClassName
{
background-color: #C38542;
}
.BgClassName
{
background-color: #C38542;
}
</style>
border-color css
<style>
span { border-color: #C38542; }
span { border-color: rgb(195,133,66); }
td.TdClassName
{
border-color: #C38542;
}
.TagClassName
{
border-color: #C38542;
}
</style>