Html Css Color HEX #CE985E Whiskey Sour

📋 copy color: '#CE985E'

red 206 ◦ green 152 ◦ blue 94

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

Shades of Whiskey Sour #CE985E

Tints of Whiskey Sour #CE985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.63%

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

R = 45.58%
G = 33.63%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE985E (or 0xCE985E) is known color: Whiskey Sour. HEX triplet: CE, 98 and 5E. RGB value is (206,152,94). Sum of RGB (Red+Green+Blue) = 206+152+94=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE985E is #3167A1. Grayscale: #A1A1A1. Windows color (decimal): -3237794 or 6199502. OLE color: 6199502.

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

Color convert

RGB 206 152 94 -
CMYK 0 0.26 0.54 0.19
HSL 31.07º 0.53% 0.59% -
HSV(B) 31.07º 0.54% 0.81% -
XYZ 38.7 36.39 15.57 -
YUV 161.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 206 152 94 0 0.26 0.54 0.19 31.07 0.53 0.59
Hex CE 98 5E 0 1A 36 13 1F 35 3B
Octal 316 230 136 0 32 66 23 37 65 73
Binary 11001110 10011000 1011110 0 11010 110110 10011 11111 110101 111011

Color Harmonies of #CE985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE985E

Black with #CE985E

Text Example


Text Example

White with #CE985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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