Html Css Color HEX #CE9258 Whiskey Sour

📋 copy color: '#CE9258'

red 206 ◦ green 146 ◦ blue 88

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

Shades of Whiskey Sour #CE9258

Tints of Whiskey Sour #CE9258

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

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

R = 46.82%
G = 33.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE9258 (or 0xCE9258) is known color: Whiskey Sour. HEX triplet: CE, 92 and 58. RGB value is (206,146,88). Sum of RGB (Red+Green+Blue) = 206+146+88=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9258 is #316DA7. Grayscale: #9D9D9D. Windows color (decimal): -3239336 or 5804750. OLE color: 5804750.

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

Color convert

RGB 206 146 88 -
CMYK 0 0.29 0.57 0.19
HSL 29.49º 0.55% 0.58% -
HSV(B) 29.49º 0.57% 0.81% -
XYZ 37.49 34.38 13.89 -
YUV 157.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 206 146 88 0 0.29 0.57 0.19 29.49 0.55 0.58
Hex CE 92 58 0 1D 39 13 1D 37 3A
Octal 316 222 130 0 35 71 23 35 67 72
Binary 11001110 10010010 1011000 0 11101 111001 10011 11101 110111 111010

Color Harmonies of #CE9258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9258

Black with #CE9258

Text Example


Text Example

White with #CE9258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9258; }

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

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

background-color css

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

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

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

border-color css

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

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

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