Html Css Color HEX #CE8A56 Whiskey Sour

📋 copy color: '#CE8A56'

red 206 ◦ green 138 ◦ blue 86

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

Shades of Whiskey Sour #CE8A56

Tints of Whiskey Sour #CE8A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

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

R = 47.91%
G = 32.09%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE8A56 (or 0xCE8A56) is known color: Whiskey Sour. HEX triplet: CE, 8A and 56. RGB value is (206,138,86). Sum of RGB (Red+Green+Blue) = 206+138+86=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A56 is #3175A9. Grayscale: #989898. Windows color (decimal): -3241386 or 5671630. OLE color: 5671630.

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

Color convert

RGB 206 138 86 -
CMYK 0 0.33 0.58 0.19
HSL 26º 0.55% 0.57% -
HSV(B) 26º 0.58% 0.81% -
XYZ 36.22 31.97 13.07 -
YUV 152.4 90.53 166.23 -
System Red Green Blue C M Y K H S L
Decimal 206 138 86 0 0.33 0.58 0.19 26 0.55 0.57
Hex CE 8A 56 0 21 3A 13 1A 37 39
Octal 316 212 126 0 41 72 23 32 67 71
Binary 11001110 10001010 1010110 0 100001 111010 10011 11010 110111 111001

Color Harmonies of #CE8A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A56

Black with #CE8A56

Text Example


Text Example

White with #CE8A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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