Shades of Brandy Punch #C08142
Tints of Brandy Punch #C08142
RGB
CMYK
RGB Variations
Color information
#C08142 (or 0xC08142) is known color: Brandy Punch. HEX triplet: C0, 81 and 42. RGB value is (192,129,66). Sum of RGB (Red+Green+Blue) = 192+129+66=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C08142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08142 is #3F7EBD. Grayscale: #8C8C8C. Windows color (decimal): -4161214 or 4358592. OLE color: 4358592.
HSL color Cylindrical-coordinate representation of color #C08142: hue angle of 30º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C08142 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 66 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.25 |
| HSL | 30º | 0.5% | 0.51% | - |
| HSV(B) | 30º | 0.66% | 0.75% | - |
| XYZ | 30.57 | 27.3 | 8.81 | - |
| YUV | 140.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 66 | 0 | 0.33 | 0.66 | 0.25 | 30 | 0.5 | 0.51 |
| Hex | C0 | 81 | 42 | 0 | 21 | 42 | 19 | 1E | 32 | 33 |
| Octal | 300 | 201 | 102 | 0 | 41 | 102 | 31 | 36 | 62 | 63 |
| Binary | 11000000 | 10000001 | 1000010 | 0 | 100001 | 1000010 | 11001 | 11110 | 110010 | 110011 |
Color Harmonies of #C08142
Complementary color
Monochromatic Colors of #C08142
Black with #C08142
Text Example
Text Example
White with #C08142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08142; }
p { color: rgb(192,129,66); }
H1.HeaderClassName
{
color: #C08142;
}
.AnyTagClassName
{
color: #C08142;
}
</style>
background-color css
<style>
a { background-color: #C08142; }
a { background-color: rgb(192,129,66); }
div.DivClassName
{
background-color: #C08142;
}
.BgClassName
{
background-color: #C08142;
}
</style>
border-color css
<style>
span { border-color: #C08142; }
span { border-color: rgb(192,129,66); }
td.TdClassName
{
border-color: #C08142;
}
.TagClassName
{
border-color: #C08142;
}
</style>