Html Css Color HEX #CE8D56 Whiskey Sour

📋 copy color: '#CE8D56'

red 206 ◦ green 141 ◦ blue 86

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

Shades of Whiskey Sour #CE8D56

Tints of Whiskey Sour #CE8D56

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.56%

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

R = 47.58%
G = 32.56%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE8D56 (or 0xCE8D56) is known color: Whiskey Sour. HEX triplet: CE, 8D and 56. RGB value is (206,141,86). Sum of RGB (Red+Green+Blue) = 206+141+86=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D56 is #3172A9. Grayscale: #9A9A9A. Windows color (decimal): -3240618 or 5672398. OLE color: 5672398.

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

Color convert

RGB 206 141 86 -
CMYK 0 0.32 0.58 0.19
HSL 27.5º 0.55% 0.57% -
HSV(B) 27.5º 0.58% 0.81% -
XYZ 36.66 32.84 13.21 -
YUV 154.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 206 141 86 0 0.32 0.58 0.19 27.5 0.55 0.57
Hex CE 8D 56 0 20 3A 13 1C 37 39
Octal 316 215 126 0 40 72 23 34 67 71
Binary 11001110 10001101 1010110 0 100000 111010 10011 11100 110111 111001

Color Harmonies of #CE8D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D56

Black with #CE8D56

Text Example


Text Example

White with #CE8D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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