#C78C6B

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

Shades of Whiskey #C78C6B

Tints of Whiskey #C78C6B

Color information

#C78C6B (or 0xC78C6B) is unknown color: approx Whiskey. HEX triplet: C7, 8C and 6B. RGB value is (199,140,107). Sum of RGB (Red+Green+Blue) = 199+140+107=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78C6B is #387394. Grayscale: #9A9A9A. Windows color (decimal): -3699605 or 7048391. OLE color: 7048391.

HSL color Cylindrical-coordinate representation of color #C78C6B: hue angle of 21.52º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C78C6B is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199140107-
CMYK00.300.460.22
HSL21.52º45.1%60%-
HSV(B)21.52º46.23%78.04%-
XYZ35.5931.9618.2-
YUV153.88101.55160.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=44.62%
G=31.39%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914010700.300.460.2221.5245.160
HexC78C6B01E2E16162d3c
Octal3072141530365626265574
Binary110001111000110011010110111101011101011010110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78C6B; }

 p { color: rgb(199,140,107); }

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

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

 a { background-color: rgb(199,140,107); }

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

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

 span { border-color: rgb(199,140,107); }

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