Html Css Color HEX #CE9455 Whiskey Sour

📋 copy color: '#CE9455'

red 206 ◦ green 148 ◦ blue 85

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

Shades of Whiskey Sour #CE9455

Tints of Whiskey Sour #CE9455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 46.92%
G = 33.71%
B = 19.36%

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

#CE9455 (or 0xCE9455) is known color: Whiskey Sour. HEX triplet: CE, 94 and 55. RGB value is (206,148,85). Sum of RGB (Red+Green+Blue) = 206+148+85=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9455 is #316BAA. Grayscale: #9E9E9E. Windows color (decimal): -3238827 or 5608654. OLE color: 5608654.

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

Color convert

RGB 206 148 85 -
CMYK 0 0.28 0.59 0.19
HSL 31.24º 0.55% 0.57% -
HSV(B) 31.24º 0.59% 0.81% -
XYZ 37.68 34.96 13.36 -
YUV 158.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 206 148 85 0 0.28 0.59 0.19 31.24 0.55 0.57
Hex CE 94 55 0 1C 3B 13 1F 37 39
Octal 316 224 125 0 34 73 23 37 67 71
Binary 11001110 10010100 1010101 0 11100 111011 10011 11111 110111 111001

Color Harmonies of #CE9455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9455

Black with #CE9455

Text Example


Text Example

White with #CE9455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9455; }

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

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

background-color css

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

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

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

border-color css

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

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

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