#CE935C

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

Shades of Whiskey Sour #CE935C

Tints of Whiskey Sour #CE935C

Color information

#CE935C (or 0xCE935C) is unknown color: approx Whiskey Sour. HEX triplet: CE, 93 and 5C. RGB value is (206,147,92). Sum of RGB (Red+Green+Blue) = 206+147+92=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE935C is #316CA3. Grayscale: #9E9E9E. Windows color (decimal): -3239076 or 6067150. OLE color: 6067150.

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

Color convert

RGB20614792-
CMYK00.290.550.19
HSL28.95º53.77%58.43%-
HSV(B)28.95º55.34%80.78%-
XYZ37.8234.7614.84-
YUV158.3790.55161.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=46.29%
G=33.03%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061479200.290.550.1928.9553.7758.43
HexCE935C01D37131d363a
Octal3162231340356723356672
Binary110011101001001110111000111011101111001111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE935C; }

 p { color: rgb(206,147,92); }

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

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

 a { background-color: rgb(206,147,92); }

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

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

 span { border-color: rgb(206,147,92); }

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