#C88C68

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

Shades of Whiskey #C88C68

Tints of Whiskey #C88C68

Color information

#C88C68 (or 0xC88C68) is unknown color: approx Whiskey. HEX triplet: C8, 8C and 68. RGB value is (200,140,104). Sum of RGB (Red+Green+Blue) = 200+140+104=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C68 is #377397. Grayscale: #9A9A9A. Windows color (decimal): -3634072 or 6851784. OLE color: 6851784.

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

Color convert

RGB200140104-
CMYK00.30.480.22
HSL22.5º46.6%59.61%-
HSV(B)22.5º48%78.43%-
XYZ35.732.0417.4-
YUV153.8499.88160.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=45.05%
G=31.53%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014010400.30.480.2222.546.659.61
HexC88C6801E3016172f3c
Octal3102141500366026275774
Binary110010001000110011010000111101100001011010111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C68; }

 p { color: rgb(200,140,104); }

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

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

 a { background-color: rgb(200,140,104); }

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

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

 span { border-color: rgb(200,140,104); }

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