Shades of Brandy Punch #C17A4A
Tints of Brandy Punch #C17A4A
RGB
CMYK
RGB Variations
Color information
#C17A4A (or 0xC17A4A) is known color: Brandy Punch. HEX triplet: C1, 7A and 4A. RGB value is (193,122,74). Sum of RGB (Red+Green+Blue) = 193+122+74=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A4A is #3E85B5. Grayscale: #8A8A8A. Windows color (decimal): -4097462 or 4881089. OLE color: 4881089.
HSL color Cylindrical-coordinate representation of color #C17A4A: hue angle of 24.2º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C17A4A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 74 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.24 |
| HSL | 24.2º | 0.49% | 0.52% | - |
| HSV(B) | 24.2º | 0.62% | 0.76% | - |
| XYZ | 30.19 | 25.75 | 9.86 | - |
| YUV | 137.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 74 | 0 | 0.37 | 0.62 | 0.24 | 24.2 | 0.49 | 0.52 |
| Hex | C1 | 7A | 4A | 0 | 25 | 3E | 18 | 18 | 31 | 34 |
| Octal | 301 | 172 | 112 | 0 | 45 | 76 | 30 | 30 | 61 | 64 |
| Binary | 11000001 | 1111010 | 1001010 | 0 | 100101 | 111110 | 11000 | 11000 | 110001 | 110100 |
Color Harmonies of #C17A4A
Complementary color
Monochromatic Colors of #C17A4A
Black with #C17A4A
Text Example
Text Example
White with #C17A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A4A; }
p { color: rgb(193,122,74); }
H1.HeaderClassName
{
color: #C17A4A;
}
.AnyTagClassName
{
color: #C17A4A;
}
</style>
background-color css
<style>
a { background-color: #C17A4A; }
a { background-color: rgb(193,122,74); }
div.DivClassName
{
background-color: #C17A4A;
}
.BgClassName
{
background-color: #C17A4A;
}
</style>
border-color css
<style>
span { border-color: #C17A4A; }
span { border-color: rgb(193,122,74); }
td.TdClassName
{
border-color: #C17A4A;
}
.TagClassName
{
border-color: #C17A4A;
}
</style>