#CE995D

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

Shades of Whiskey Sour #CE995D

Tints of Whiskey Sour #CE995D

Color information

#CE995D (or 0xCE995D) is unknown color: approx Whiskey Sour. HEX triplet: CE, 99 and 5D. RGB value is (206,153,93). Sum of RGB (Red+Green+Blue) = 206+153+93=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE995D is #3166A2. Grayscale: #A2A2A2. Windows color (decimal): -3237539 or 6134222. OLE color: 6134222.

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

Color convert

RGB20615393-
CMYK00.260.550.19
HSL31.86º53.55%58.63%-
HSV(B)31.86º54.85%80.78%-
XYZ38.8236.6915.39-
YUV162.0189.06159.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=45.58%
G=33.85%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061539300.260.550.1931.8653.5558.63
HexCE995D01A371320363b
Octal3162311350326723406673
Binary1100111010011001101110101101011011110011100000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE995D; }

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

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

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

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

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

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

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

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