Html Css Color HEX #CE9560 Whiskey Sour

📋 copy color: '#CE9560'

red 206 ◦ green 149 ◦ blue 96

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

Shades of Whiskey Sour #CE9560

Tints of Whiskey Sour #CE9560

RGB

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

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

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

R = 45.68%
G = 33.04%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE9560 (or 0xCE9560) is known color: Whiskey Sour. HEX triplet: CE, 95 and 60. RGB value is (206,149,96). Sum of RGB (Red+Green+Blue) = 206+149+96=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9560 is #316A9F. Grayscale: #A0A0A0. Windows color (decimal): -3238560 or 6329806. OLE color: 6329806.

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

Color convert

RGB 206 149 96 -
CMYK 0 0.28 0.53 0.19
HSL 28.91º 0.53% 0.59% -
HSV(B) 28.91º 0.53% 0.81% -
XYZ 38.31 35.46 15.89 -
YUV 160 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 206 149 96 0 0.28 0.53 0.19 28.91 0.53 0.59
Hex CE 95 60 0 1C 35 13 1D 35 3B
Octal 316 225 140 0 34 65 23 35 65 73
Binary 11001110 10010101 1100000 0 11100 110101 10011 11101 110101 111011

Color Harmonies of #CE9560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9560

Black with #CE9560

Text Example


Text Example

White with #CE9560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9560; }

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

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

background-color css

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

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

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

border-color css

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

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

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