Html Css Color HEX #CE965A Whiskey Sour

📋 copy color: '#CE965A'

red 206 ◦ green 150 ◦ blue 90

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

Shades of Whiskey Sour #CE965A

Tints of Whiskey Sour #CE965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 46.19%
G = 33.63%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE965A (or 0xCE965A) is known color: Whiskey Sour. HEX triplet: CE, 96 and 5A. RGB value is (206,150,90). Sum of RGB (Red+Green+Blue) = 206+150+90=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE965A is #3169A5. Grayscale: #A0A0A0. Windows color (decimal): -3238310 or 5936846. OLE color: 5936846.

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

Color convert

RGB 206 150 90 -
CMYK 0 0.27 0.56 0.19
HSL 31.03º 0.54% 0.58% -
HSV(B) 31.03º 0.56% 0.81% -
XYZ 38.21 35.67 14.54 -
YUV 159.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 206 150 90 0 0.27 0.56 0.19 31.03 0.54 0.58
Hex CE 96 5A 0 1B 38 13 1F 36 3A
Octal 316 226 132 0 33 70 23 37 66 72
Binary 11001110 10010110 1011010 0 11011 111000 10011 11111 110110 111010

Color Harmonies of #CE965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE965A

Black with #CE965A

Text Example


Text Example

White with #CE965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE965A; }

 p { color: rgb(206,150,90); }

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

background-color css

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

 a { background-color: rgb(206,150,90); }

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

border-color css

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

 span { border-color: rgb(206,150,90); }

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