Html Css Color HEX #CE9156 Whiskey Sour

📋 copy color: '#CE9156'

red 206 ◦ green 145 ◦ blue 86

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

Shades of Whiskey Sour #CE9156

Tints of Whiskey Sour #CE9156

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.18%

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

R = 47.14%
G = 33.18%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE9156 (or 0xCE9156) is known color: Whiskey Sour. HEX triplet: CE, 91 and 56. RGB value is (206,145,86). Sum of RGB (Red+Green+Blue) = 206+145+86=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9156 is #316EA9. Grayscale: #9C9C9C. Windows color (decimal): -3239594 or 5673422. OLE color: 5673422.

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

Color convert

RGB 206 145 86 -
CMYK 0 0.30 0.58 0.19
HSL 29.5º 0.55% 0.57% -
HSV(B) 29.5º 0.58% 0.81% -
XYZ 37.26 34.04 13.41 -
YUV 156.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 206 145 86 0 0.30 0.58 0.19 29.5 0.55 0.57
Hex CE 91 56 0 1E 3A 13 1E 37 39
Octal 316 221 126 0 36 72 23 36 67 71
Binary 11001110 10010001 1010110 0 11110 111010 10011 11110 110111 111001

Color Harmonies of #CE9156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9156

Black with #CE9156

Text Example


Text Example

White with #CE9156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9156; }

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

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

background-color css

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

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

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

border-color css

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

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

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