#C67E42

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

Shades of Brandy Punch #C67E42

Tints of Brandy Punch #C67E42

Color information

#C67E42 (or 0xC67E42) is unknown color: approx Brandy Punch. HEX triplet: C6, 7E and 42. RGB value is (198,126,66). Sum of RGB (Red+Green+Blue) = 198+126+66=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E42 is #3981BD. Grayscale: #8C8C8C. Windows color (decimal): -3768766 or 4357830. OLE color: 4357830.

HSL color Cylindrical-coordinate representation of color #C67E42: hue angle of 27.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C67E42 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB19812666-
CMYK00.360.670.22
HSL27.27º53.66%51.76%-
HSV(B)27.27º66.67%77.65%-
XYZ31.7327.328.76-
YUV140.6985.85168.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=50.77%
G=32.31%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981266600.360.670.2227.2753.6651.76
HexC67E4202443161b3634
Octal30617610204410326336664
Binary1100011011111101000010010010010000111011011011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E42; }

 p { color: rgb(198,126,66); }

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

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

 a { background-color: rgb(198,126,66); }

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

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

 span { border-color: rgb(198,126,66); }

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