#C97B3E

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

Shades of Brandy Punch #C97B3E

Tints of Brandy Punch #C97B3E

Color information

#C97B3E (or 0xC97B3E) is unknown color: approx Brandy Punch. HEX triplet: C9, 7B and 3E. RGB value is (201,123,62). Sum of RGB (Red+Green+Blue) = 201+123+62=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B3E is #3684C1. Grayscale: #8B8B8B. Windows color (decimal): -3572930 or 4094921. OLE color: 4094921.

HSL color Cylindrical-coordinate representation of color #C97B3E: hue angle of 26.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C97B3E is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20112362-
CMYK00.390.690.21
HSL26.33º56.28%51.57%-
HSV(B)26.33º69.15%78.82%-
XYZ32.0426.938.07-
YUV139.3784.34171.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.07%
GREEN value IS 123 (48.44% from 255) = 31.87%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=52.07%
G=31.87%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011236200.390.690.2126.3356.2851.57
HexC97B3E02745151a3834
Octal3111737604710525327064
Binary110010011111011111110010011110001011010111010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97B3E; }

 p { color: rgb(201,123,62); }

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

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

 a { background-color: rgb(201,123,62); }

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

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

 span { border-color: rgb(201,123,62); }

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