Shades of Brandy Punch #C97B42
Tints of Brandy Punch #C97B42
RGB
CMYK
RGB Variations
Color information
#C97B42 (or 0xC97B42) is known color: Brandy Punch. HEX triplet: C9, 7B and 42. RGB value is (201,123,66). Sum of RGB (Red+Green+Blue) = 201+123+66=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B42 is #3684BD. Grayscale: #8C8C8C. Windows color (decimal): -3572926 or 4357065. OLE color: 4357065.
HSL color Cylindrical-coordinate representation of color #C97B42: hue angle of 25.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C97B42 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 66 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.21 |
| HSL | 25.33º | 0.56% | 0.52% | - |
| HSV(B) | 25.33º | 0.67% | 0.79% | - |
| XYZ | 32.15 | 26.98 | 8.67 | - |
| YUV | 139.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 66 | 0 | 0.39 | 0.67 | 0.21 | 25.33 | 0.56 | 0.52 |
| Hex | C9 | 7B | 42 | 0 | 27 | 43 | 15 | 19 | 38 | 34 |
| Octal | 311 | 173 | 102 | 0 | 47 | 103 | 25 | 31 | 70 | 64 |
| Binary | 11001001 | 1111011 | 1000010 | 0 | 100111 | 1000011 | 10101 | 11001 | 111000 | 110100 |
Color Harmonies of #C97B42
Complementary color
Monochromatic Colors of #C97B42
Black with #C97B42
Text Example
Text Example
White with #C97B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B42; }
p { color: rgb(201,123,66); }
H1.HeaderClassName
{
color: #C97B42;
}
.AnyTagClassName
{
color: #C97B42;
}
</style>
background-color css
<style>
a { background-color: #C97B42; }
a { background-color: rgb(201,123,66); }
div.DivClassName
{
background-color: #C97B42;
}
.BgClassName
{
background-color: #C97B42;
}
</style>
border-color css
<style>
span { border-color: #C97B42; }
span { border-color: rgb(201,123,66); }
td.TdClassName
{
border-color: #C97B42;
}
.TagClassName
{
border-color: #C97B42;
}
</style>