Shades of Brandy Punch #C07B40
Tints of Brandy Punch #C07B40
RGB
CMYK
RGB Variations
Color information
#C07B40 (or 0xC07B40) is known color: Brandy Punch. HEX triplet: C0, 7B and 40. RGB value is (192,123,64). Sum of RGB (Red+Green+Blue) = 192+123+64=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B40 is #3F84BF. Grayscale: #898989. Windows color (decimal): -4162752 or 4225984. OLE color: 4225984.
HSL color Cylindrical-coordinate representation of color #C07B40: hue angle of 27.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C07B40 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 64 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.25 |
| HSL | 27.66º | 0.5% | 0.5% | - |
| HSV(B) | 27.66º | 0.67% | 0.75% | - |
| XYZ | 29.75 | 25.74 | 8.25 | - |
| YUV | 136.91 | 86.86 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 64 | 0 | 0.36 | 0.67 | 0.25 | 27.66 | 0.5 | 0.5 |
| Hex | C0 | 7B | 40 | 0 | 24 | 43 | 19 | 1C | 32 | 32 |
| Octal | 300 | 173 | 100 | 0 | 44 | 103 | 31 | 34 | 62 | 62 |
| Binary | 11000000 | 1111011 | 1000000 | 0 | 100100 | 1000011 | 11001 | 11100 | 110010 | 110010 |
Color Harmonies of #C07B40
Complementary color
Monochromatic Colors of #C07B40
Black with #C07B40
Text Example
Text Example
White with #C07B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B40; }
p { color: rgb(192,123,64); }
H1.HeaderClassName
{
color: #C07B40;
}
.AnyTagClassName
{
color: #C07B40;
}
</style>
background-color css
<style>
a { background-color: #C07B40; }
a { background-color: rgb(192,123,64); }
div.DivClassName
{
background-color: #C07B40;
}
.BgClassName
{
background-color: #C07B40;
}
</style>
border-color css
<style>
span { border-color: #C07B40; }
span { border-color: rgb(192,123,64); }
td.TdClassName
{
border-color: #C07B40;
}
.TagClassName
{
border-color: #C07B40;
}
</style>