#C79068

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

Shades of Whiskey #C79068

Tints of Whiskey #C79068

Color information

#C79068 (or 0xC79068) is unknown color: approx Whiskey. HEX triplet: C7, 90 and 68. RGB value is (199,144,104). Sum of RGB (Red+Green+Blue) = 199+144+104=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C79068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79068 is #386F97. Grayscale: #9C9C9C. Windows color (decimal): -3698584 or 6852807. OLE color: 6852807.

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

Color convert

RGB199144104-
CMYK00.280.480.22
HSL25.26º45.89%59.41%-
HSV(B)25.26º47.74%78.04%-
XYZ36.0333.0917.58-
YUV155.8898.72158.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 104 (41.02% from 255) = 23.27%
R=44.52%
G=32.21%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914410400.280.480.2225.2645.8959.41
HexC7906801C3016192e3b
Octal3072201500346026315673
Binary110001111001000011010000111001100001011011001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79068; }

 p { color: rgb(199,144,104); }

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

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

 a { background-color: rgb(199,144,104); }

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

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

 span { border-color: rgb(199,144,104); }

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