Shades of Brandy Punch #C07B51
Tints of Brandy Punch #C07B51
RGB
CMYK
RGB Variations
Color information
#C07B51 (or 0xC07B51) is known color: Brandy Punch. HEX triplet: C0, 7B and 51. RGB value is (192,123,81). Sum of RGB (Red+Green+Blue) = 192+123+81=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B51 is #3F84AE. Grayscale: #8B8B8B. Windows color (decimal): -4162735 or 5340096. OLE color: 5340096.
HSL color Cylindrical-coordinate representation of color #C07B51: hue angle of 22.7º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C07B51 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 81 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.25 |
| HSL | 22.7º | 0.47% | 0.54% | - |
| HSV(B) | 22.7º | 0.58% | 0.75% | - |
| XYZ | 30.31 | 25.97 | 11.2 | - |
| YUV | 138.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 81 | 0 | 0.36 | 0.58 | 0.25 | 22.7 | 0.47 | 0.54 |
| Hex | C0 | 7B | 51 | 0 | 24 | 3A | 19 | 17 | 2F | 36 |
| Octal | 300 | 173 | 121 | 0 | 44 | 72 | 31 | 27 | 57 | 66 |
| Binary | 11000000 | 1111011 | 1010001 | 0 | 100100 | 111010 | 11001 | 10111 | 101111 | 110110 |
Color Harmonies of #C07B51
Complementary color
Monochromatic Colors of #C07B51
Black with #C07B51
Text Example
Text Example
White with #C07B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B51; }
p { color: rgb(192,123,81); }
H1.HeaderClassName
{
color: #C07B51;
}
.AnyTagClassName
{
color: #C07B51;
}
</style>
background-color css
<style>
a { background-color: #C07B51; }
a { background-color: rgb(192,123,81); }
div.DivClassName
{
background-color: #C07B51;
}
.BgClassName
{
background-color: #C07B51;
}
</style>
border-color css
<style>
span { border-color: #C07B51; }
span { border-color: rgb(192,123,81); }
td.TdClassName
{
border-color: #C07B51;
}
.TagClassName
{
border-color: #C07B51;
}
</style>