#C88C67

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

Shades of Whiskey #C88C67

Tints of Whiskey #C88C67

Color information

#C88C67 (or 0xC88C67) is unknown color: approx Whiskey. HEX triplet: C8, 8C and 67. RGB value is (200,140,103). Sum of RGB (Red+Green+Blue) = 200+140+103=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C67 is #377398. Grayscale: #999999. Windows color (decimal): -3634073 or 6786248. OLE color: 6786248.

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

Color convert

RGB200140103-
CMYK00.30.480.22
HSL22.89º46.86%59.41%-
HSV(B)22.89º48.5%78.43%-
XYZ35.6532.0117.13-
YUV153.7299.38161.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 103 (40.62% from 255) = 23.25%
R=45.15%
G=31.60%
B=23.25%

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
Decimal20014010300.30.480.2222.8946.8659.41
HexC88C6701E3016172f3b
Octal3102141470366026275773
Binary110010001000110011001110111101100001011010111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C67; }

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

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

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

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

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

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

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

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