Html Css Color HEX #CE8E5B Whiskey Sour

📋 copy color: '#CE8E5B'

red 206 ◦ green 142 ◦ blue 91

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

Shades of Whiskey Sour #CE8E5B

Tints of Whiskey Sour #CE8E5B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.35%

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 46.92%
G = 32.35%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE8E5B (or 0xCE8E5B) is known color: Whiskey Sour. HEX triplet: CE, 8E and 5B. RGB value is (206,142,91). Sum of RGB (Red+Green+Blue) = 206+142+91=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E5B is #3171A4. Grayscale: #9B9B9B. Windows color (decimal): -3240357 or 6000334. OLE color: 6000334.

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

Color convert

RGB 206 142 91 -
CMYK 0 0.31 0.56 0.19
HSL 26.61º 0.54% 0.58% -
HSV(B) 26.61º 0.56% 0.81% -
XYZ 37.01 33.22 14.36 -
YUV 155.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 206 142 91 0 0.31 0.56 0.19 26.61 0.54 0.58
Hex CE 8E 5B 0 1F 38 13 1B 36 3A
Octal 316 216 133 0 37 70 23 33 66 72
Binary 11001110 10001110 1011011 0 11111 111000 10011 11011 110110 111010

Color Harmonies of #CE8E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E5B

Black with #CE8E5B

Text Example


Text Example

White with #CE8E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E5B; }

 p { color: rgb(206,142,91); }

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

background-color css

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

 a { background-color: rgb(206,142,91); }

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

border-color css

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

 span { border-color: rgb(206,142,91); }

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