Html Css Color HEX #CE9456 Whiskey Sour

📋 copy color: '#CE9456'

red 206 ◦ green 148 ◦ blue 86

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

Shades of Whiskey Sour #CE9456

Tints of Whiskey Sour #CE9456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

 BLUE value IS 86 (33.98% from 255) = 19.55%

R = 46.82%
G = 33.64%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE9456 (or 0xCE9456) is known color: Whiskey Sour. HEX triplet: CE, 94 and 56. RGB value is (206,148,86). Sum of RGB (Red+Green+Blue) = 206+148+86=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9456 is #316BA9. Grayscale: #9E9E9E. Windows color (decimal): -3238826 or 5674190. OLE color: 5674190.

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

Color convert

RGB 206 148 86 -
CMYK 0 0.28 0.58 0.19
HSL 31º 0.55% 0.57% -
HSV(B) 31º 0.58% 0.81% -
XYZ 37.72 34.97 13.57 -
YUV 158.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 206 148 86 0 0.28 0.58 0.19 31 0.55 0.57
Hex CE 94 56 0 1C 3A 13 1F 37 39
Octal 316 224 126 0 34 72 23 37 67 71
Binary 11001110 10010100 1010110 0 11100 111010 10011 11111 110111 111001

Color Harmonies of #CE9456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9456

Black with #CE9456

Text Example


Text Example

White with #CE9456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9456; }

 p { color: rgb(206,148,86); }

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

background-color css

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

 a { background-color: rgb(206,148,86); }

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

border-color css

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

 span { border-color: rgb(206,148,86); }

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