#CE905E

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

Shades of Whiskey Sour #CE905E

Tints of Whiskey Sour #CE905E

Color information

#CE905E (or 0xCE905E) is unknown color: approx Whiskey Sour. HEX triplet: CE, 90 and 5E. RGB value is (206,144,94). Sum of RGB (Red+Green+Blue) = 206+144+94=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE905E is #316FA1. Grayscale: #9D9D9D. Windows color (decimal): -3239842 or 6197454. OLE color: 6197454.

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

Color convert

RGB20614494-
CMYK00.300.540.19
HSL26.79º53.33%58.82%-
HSV(B)26.79º54.37%80.78%-
XYZ37.4533.8815.15-
YUV156.8492.54163.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 94 (37.11% from 255) = 21.17%
R=46.40%
G=32.43%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061449400.300.540.1926.7953.3358.82
HexCE905E01E36131b353b
Octal3162201360366623336573
Binary110011101001000010111100111101101101001111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE905E; }

 p { color: rgb(206,144,94); }

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

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

 a { background-color: rgb(206,144,94); }

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

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

 span { border-color: rgb(206,144,94); }

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