#CE996C

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

Shades of Whiskey #CE996C

Tints of Whiskey #CE996C

Color information

#CE996C (or 0xCE996C) is unknown color: approx Whiskey. HEX triplet: CE, 99 and 6C. RGB value is (206,153,108). Sum of RGB (Red+Green+Blue) = 206+153+108=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE996C is #316693. Grayscale: #A3A3A3. Windows color (decimal): -3237524 or 7117262. OLE color: 7117262.

HSL color Cylindrical-coordinate representation of color #CE996C: hue angle of 27.55º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE996C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206153108-
CMYK00.260.480.19
HSL27.55º50%61.57%-
HSV(B)27.55º47.57%80.78%-
XYZ39.5536.9919.24-
YUV163.7296.56158.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=44.11%
G=32.76%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615310800.260.480.1927.555061.57
HexCE996C01A30131c323e
Octal3162311540326023346276
Binary110011101001100111011000110101100001001111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE996C; }

 p { color: rgb(206,153,108); }

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

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

 a { background-color: rgb(206,153,108); }

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

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

 span { border-color: rgb(206,153,108); }

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