#CE9960

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

Shades of Whiskey Sour #CE9960

Tints of Whiskey Sour #CE9960

Color information

#CE9960 (or 0xCE9960) is unknown color: approx Whiskey Sour. HEX triplet: CE, 99 and 60. RGB value is (206,153,96). Sum of RGB (Red+Green+Blue) = 206+153+96=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9960 is #31669F. Grayscale: #A2A2A2. Windows color (decimal): -3237536 or 6330830. OLE color: 6330830.

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

Color convert

RGB20615396-
CMYK00.260.530.19
HSL31.09º52.88%59.22%-
HSV(B)31.09º53.4%80.78%-
XYZ38.9636.7516.11-
YUV162.3590.56159.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 96 (37.89% from 255) = 21.10%
R=45.27%
G=33.63%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061539600.260.530.1931.0952.8859.22
HexCE996001A35131f353b
Octal3162311400326523376573
Binary110011101001100111000000110101101011001111111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9960; }

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

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

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

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

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

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

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

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