Html Css Color HEX #CE955B Whiskey Sour

📋 copy color: '#CE955B'

red 206 ◦ green 149 ◦ blue 91

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

Shades of Whiskey Sour #CE955B

Tints of Whiskey Sour #CE955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.41%

 BLUE value IS 91 (35.94% from 255) = 20.4%

R = 46.19%
G = 33.41%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE955B (or 0xCE955B) is known color: Whiskey Sour. HEX triplet: CE, 95 and 5B. RGB value is (206,149,91). Sum of RGB (Red+Green+Blue) = 206+149+91=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE955B is #316AA4. Grayscale: #9F9F9F. Windows color (decimal): -3238565 or 6002126. OLE color: 6002126.

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

Color convert

RGB 206 149 91 -
CMYK 0 0.28 0.56 0.19
HSL 30.26º 0.54% 0.58% -
HSV(B) 30.26º 0.56% 0.81% -
XYZ 38.09 35.37 14.72 -
YUV 159.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 206 149 91 0 0.28 0.56 0.19 30.26 0.54 0.58
Hex CE 95 5B 0 1C 38 13 1E 36 3A
Octal 316 225 133 0 34 70 23 36 66 72
Binary 11001110 10010101 1011011 0 11100 111000 10011 11110 110110 111010

Color Harmonies of #CE955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE955B

Black with #CE955B

Text Example


Text Example

White with #CE955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE955B; }

 p { color: rgb(206,149,91); }

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

background-color css

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

 a { background-color: rgb(206,149,91); }

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

border-color css

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

 span { border-color: rgb(206,149,91); }

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