Html Css Color HEX #CE9158 Whiskey Sour

📋 copy color: '#CE9158'

red 206 ◦ green 145 ◦ blue 88

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

Shades of Whiskey Sour #CE9158

Tints of Whiskey Sour #CE9158

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.03%

 BLUE value IS 88 (34.77% from 255) = 20.05%

R = 46.92%
G = 33.03%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE9158 (or 0xCE9158) is known color: Whiskey Sour. HEX triplet: CE, 91 and 58. RGB value is (206,145,88). Sum of RGB (Red+Green+Blue) = 206+145+88=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9158 is #316EA7. Grayscale: #9D9D9D. Windows color (decimal): -3239592 or 5804494. OLE color: 5804494.

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

Color convert

RGB 206 145 88 -
CMYK 0 0.30 0.57 0.19
HSL 28.98º 0.55% 0.58% -
HSV(B) 28.98º 0.57% 0.81% -
XYZ 37.34 34.08 13.84 -
YUV 156.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 206 145 88 0 0.30 0.57 0.19 28.98 0.55 0.58
Hex CE 91 58 0 1E 39 13 1D 37 3A
Octal 316 221 130 0 36 71 23 35 67 72
Binary 11001110 10010001 1011000 0 11110 111001 10011 11101 110111 111010

Color Harmonies of #CE9158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9158

Black with #CE9158

Text Example


Text Example

White with #CE9158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9158; }

 p { color: rgb(206,145,88); }

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

background-color css

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

 a { background-color: rgb(206,145,88); }

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

border-color css

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

 span { border-color: rgb(206,145,88); }

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