Html Css Color HEX #CE9454 Whiskey Sour

📋 copy color: '#CE9454'

red 206 ◦ green 148 ◦ blue 84

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

Shades of Whiskey Sour #CE9454

Tints of Whiskey Sour #CE9454

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

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

R = 47.03%
G = 33.79%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE9454 (or 0xCE9454) is known color: Whiskey Sour. HEX triplet: CE, 94 and 54. RGB value is (206,148,84). Sum of RGB (Red+Green+Blue) = 206+148+84=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9454 is #316BAB. Grayscale: #9E9E9E. Windows color (decimal): -3238828 or 5543118. OLE color: 5543118.

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

Color convert

RGB 206 148 84 -
CMYK 0 0.28 0.59 0.19
HSL 31.48º 0.55% 0.57% -
HSV(B) 31.48º 0.59% 0.81% -
XYZ 37.64 34.94 13.15 -
YUV 158.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 206 148 84 0 0.28 0.59 0.19 31.48 0.55 0.57
Hex CE 94 54 0 1C 3B 13 1F 37 39
Octal 316 224 124 0 34 73 23 37 67 71
Binary 11001110 10010100 1010100 0 11100 111011 10011 11111 110111 111001

Color Harmonies of #CE9454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9454

Black with #CE9454

Text Example


Text Example

White with #CE9454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9454; }

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

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

background-color css

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

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

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

border-color css

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

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

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