Html Css Color HEX #CE8A5E Whiskey

📋 copy color: '#CE8A5E'

red 206 ◦ green 138 ◦ blue 94

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

Shades of Whiskey #CE8A5E

Tints of Whiskey #CE8A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.46%

R = 47.03%
G = 31.51%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE8A5E (or 0xCE8A5E) is known color: Whiskey. HEX triplet: CE, 8A and 5E. RGB value is (206,138,94). Sum of RGB (Red+Green+Blue) = 206+138+94=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A5E is #3175A1. Grayscale: #999999. Windows color (decimal): -3241378 or 6195918. OLE color: 6195918.

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

Color convert

RGB 206 138 94 -
CMYK 0 0.33 0.54 0.19
HSL 23.57º 0.53% 0.59% -
HSV(B) 23.57º 0.54% 0.81% -
XYZ 36.56 32.11 14.86 -
YUV 153.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 206 138 94 0 0.33 0.54 0.19 23.57 0.53 0.59
Hex CE 8A 5E 0 21 36 13 18 35 3B
Octal 316 212 136 0 41 66 23 30 65 73
Binary 11001110 10001010 1011110 0 100001 110110 10011 11000 110101 111011

Color Harmonies of #CE8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A5E

Black with #CE8A5E

Text Example


Text Example

White with #CE8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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