Html Css Color HEX #CE9A5E Whiskey Sour

📋 copy color: '#CE9A5E'

red 206 ◦ green 154 ◦ blue 94

#CE9A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #CE9A5E

Tints of Whiskey Sour #CE9A5E

RGB

 RED value IS 206 (80.86% from 255) = 45.37%

 GREEN value IS 154 (60.55% from 255) = 33.92%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 45.37%
G = 33.92%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE9A5E (or 0xCE9A5E) is known color: Whiskey Sour. HEX triplet: CE, 9A and 5E. RGB value is (206,154,94). Sum of RGB (Red+Green+Blue) = 206+154+94=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A5E is #3165A1. Grayscale: #A3A3A3. Windows color (decimal): -3237282 or 6200014. OLE color: 6200014.

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

Color convert

RGB 206 154 94 -
CMYK 0 0.25 0.54 0.19
HSL 32.14º 0.53% 0.59% -
HSV(B) 32.14º 0.54% 0.81% -
XYZ 39.03 37.04 15.68 -
YUV 162.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 206 154 94 0 0.25 0.54 0.19 32.14 0.53 0.59
Hex CE 9A 5E 0 19 36 13 20 35 3B
Octal 316 232 136 0 31 66 23 40 65 73
Binary 11001110 10011010 1011110 0 11001 110110 10011 100000 110101 111011

Color Harmonies of #CE9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A5E

Black with #CE9A5E

Text Example


Text Example

White with #CE9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A5E; }

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

 H1.HeaderClassName
 {
   color: #CE9A5E;
 }
 .AnyTagClassName
 {
   color: #CE9A5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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