#CE905D

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

Shades of Whiskey Sour #CE905D

Tints of Whiskey Sour #CE905D

Color information

#CE905D (or 0xCE905D) is unknown color: approx Whiskey Sour. HEX triplet: CE, 90 and 5D. RGB value is (206,144,93). Sum of RGB (Red+Green+Blue) = 206+144+93=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE905D is #316FA2. Grayscale: #9C9C9C. Windows color (decimal): -3239843 or 6131918. OLE color: 6131918.

HSL color Cylindrical-coordinate representation of color #CE905D: hue angle of 27.08º 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 #CE905D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB20614493-
CMYK00.300.550.19
HSL27.08º53.55%58.63%-
HSV(B)27.08º54.85%80.78%-
XYZ37.433.8614.92-
YUV156.7292.04163.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=46.50%
G=32.51%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061449300.300.550.1927.0853.5558.63
HexCE905D01E37131b363b
Octal3162201350366723336673
Binary110011101001000010111010111101101111001111011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE905D; }

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

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

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

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

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

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

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

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