Html Css Color HEX #CE8D5C Whiskey Sour

📋 copy color: '#CE8D5C'

red 206 ◦ green 141 ◦ blue 92

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

Shades of Whiskey Sour #CE8D5C

Tints of Whiskey Sour #CE8D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 46.92%
G = 32.12%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE8D5C (or 0xCE8D5C) is known color: Whiskey Sour. HEX triplet: CE, 8D and 5C. RGB value is (206,141,92). Sum of RGB (Red+Green+Blue) = 206+141+92=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D5C is #3172A3. Grayscale: #9B9B9B. Windows color (decimal): -3240612 or 6065614. OLE color: 6065614.

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

Color convert

RGB 206 141 92 -
CMYK 0 0.32 0.55 0.19
HSL 25.79º 0.54% 0.58% -
HSV(B) 25.79º 0.55% 0.81% -
XYZ 36.91 32.94 14.54 -
YUV 154.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 206 141 92 0 0.32 0.55 0.19 25.79 0.54 0.58
Hex CE 8D 5C 0 20 37 13 1A 36 3A
Octal 316 215 134 0 40 67 23 32 66 72
Binary 11001110 10001101 1011100 0 100000 110111 10011 11010 110110 111010

Color Harmonies of #CE8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D5C

Black with #CE8D5C

Text Example


Text Example

White with #CE8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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