Html Css Color HEX #CE9660 Whiskey Sour

📋 copy color: '#CE9660'

red 206 ◦ green 150 ◦ blue 96

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

Shades of Whiskey Sour #CE9660

Tints of Whiskey Sour #CE9660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 45.58%
G = 33.19%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE9660 (or 0xCE9660) is known color: Whiskey Sour. HEX triplet: CE, 96 and 60. RGB value is (206,150,96). Sum of RGB (Red+Green+Blue) = 206+150+96=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9660 is #31699F. Grayscale: #A0A0A0. Windows color (decimal): -3238304 or 6330062. OLE color: 6330062.

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

Color convert

RGB 206 150 96 -
CMYK 0 0.27 0.53 0.19
HSL 29.45º 0.53% 0.59% -
HSV(B) 29.45º 0.53% 0.81% -
XYZ 38.47 35.78 15.94 -
YUV 160.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 206 150 96 0 0.27 0.53 0.19 29.45 0.53 0.59
Hex CE 96 60 0 1B 35 13 1D 35 3B
Octal 316 226 140 0 33 65 23 35 65 73
Binary 11001110 10010110 1100000 0 11011 110101 10011 11101 110101 111011

Color Harmonies of #CE9660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9660

Black with #CE9660

Text Example


Text Example

White with #CE9660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9660; }

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

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

background-color css

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

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

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

border-color css

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

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

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