Html Css Color HEX #CE9354 Whiskey Sour

📋 copy color: '#CE9354'

red 206 ◦ green 147 ◦ blue 84

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

Shades of Whiskey Sour #CE9354

Tints of Whiskey Sour #CE9354

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.64%

 BLUE value IS 84 (33.2% from 255) = 19.22%

R = 47.14%
G = 33.64%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE9354 (or 0xCE9354) is known color: Whiskey Sour. HEX triplet: CE, 93 and 54. RGB value is (206,147,84). Sum of RGB (Red+Green+Blue) = 206+147+84=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9354 is #316CAB. Grayscale: #9D9D9D. Windows color (decimal): -3239084 or 5542862. OLE color: 5542862.

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

Color convert

RGB 206 147 84 -
CMYK 0 0.29 0.59 0.19
HSL 30.98º 0.55% 0.57% -
HSV(B) 30.98º 0.59% 0.81% -
XYZ 37.49 34.63 13.1 -
YUV 157.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 206 147 84 0 0.29 0.59 0.19 30.98 0.55 0.57
Hex CE 93 54 0 1D 3B 13 1F 37 39
Octal 316 223 124 0 35 73 23 37 67 71
Binary 11001110 10010011 1010100 0 11101 111011 10011 11111 110111 111001

Color Harmonies of #CE9354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9354

Black with #CE9354

Text Example


Text Example

White with #CE9354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9354; }

 p { color: rgb(206,147,84); }

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

background-color css

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

 a { background-color: rgb(206,147,84); }

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

border-color css

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

 span { border-color: rgb(206,147,84); }

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