#C97E43

Color #C97E43 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #C97E43

Tints of Brandy Punch #C97E43

Color information

#C97E43 (or 0xC97E43) is unknown color: approx Brandy Punch. HEX triplet: C9, 7E and 43. RGB value is (201,126,67). Sum of RGB (Red+Green+Blue) = 201+126+67=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E43 is #3681BC. Grayscale: #8E8E8E. Windows color (decimal): -3572157 or 4423369. OLE color: 4423369.

HSL color Cylindrical-coordinate representation of color #C97E43: hue angle of 26.42º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C97E43 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20112667-
CMYK00.370.670.21
HSL26.42º55.37%52.55%-
HSV(B)26.42º66.67%78.82%-
XYZ32.5627.748.95-
YUV141.785.85170.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 51.02%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 67 (26.56% from 255) = 17.01%
R=51.02%
G=31.98%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011266700.370.670.2126.4255.3752.55
HexC97E4302543151a3735
Octal31117610304510325326765
Binary1100100111111101000011010010110000111010111010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97E43; }

 p { color: rgb(201,126,67); }

 H1.HeaderClassName
 {
   color: #C97E43;
 }
 .AnyTagClassName
 {
   color: #C97E43;
 }
</style>
background-color css

<style>
 a { background-color: #C97E43; }

 a { background-color: rgb(201,126,67); }

 div.DivClassName
 {
   background-color: #C97E43;
 }
 .BgClassName
 {
   background-color: #C97E43;
 }
</style>
border-color css

<style>
 span { border-color: #C97E43; }

 span { border-color: rgb(201,126,67); }

 td.TdClassName
 {
   border-color: #C97E43;
 }
 .TagClassName
 {
   border-color: #C97E43;
 }
</style>