#C8906C

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

Shades of Whiskey #C8906C

Tints of Whiskey #C8906C

Color information

#C8906C (or 0xC8906C) is unknown color: approx Whiskey. HEX triplet: C8, 90 and 6C. RGB value is (200,144,108). Sum of RGB (Red+Green+Blue) = 200+144+108=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8906C is #376F93. Grayscale: #9C9C9C. Windows color (decimal): -3633044 or 7114952. OLE color: 7114952.

HSL color Cylindrical-coordinate representation of color #C8906C: hue angle of 23.48º degrees, saturation: 0.46, 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 #C8906C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200144108-
CMYK00.280.460.22
HSL23.48º45.54%60.39%-
HSV(B)23.48º46%78.43%-
XYZ36.533.3118.69-
YUV156.64100.55158.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=44.25%
G=31.86%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014410800.280.460.2223.4845.5460.39
HexC8906C01C2E16172e3c
Octal3102201540345626275674
Binary110010001001000011011000111001011101011010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8906C; }

 p { color: rgb(200,144,108); }

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

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

 a { background-color: rgb(200,144,108); }

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

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

 span { border-color: rgb(200,144,108); }

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