Html Css Color HEX #CE9860 Whiskey Sour

📋 copy color: '#CE9860'

red 206 ◦ green 152 ◦ blue 96

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

Shades of Whiskey Sour #CE9860

Tints of Whiskey Sour #CE9860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.48%

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

R = 45.37%
G = 33.48%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE9860 (or 0xCE9860) is known color: Whiskey Sour. HEX triplet: CE, 98 and 60. RGB value is (206,152,96). Sum of RGB (Red+Green+Blue) = 206+152+96=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9860 is #31679F. Grayscale: #A2A2A2. Windows color (decimal): -3237792 or 6330574. OLE color: 6330574.

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

Color convert

RGB 206 152 96 -
CMYK 0 0.26 0.53 0.19
HSL 30.55º 0.53% 0.59% -
HSV(B) 30.55º 0.53% 0.81% -
XYZ 38.79 36.42 16.05 -
YUV 161.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 206 152 96 0 0.26 0.53 0.19 30.55 0.53 0.59
Hex CE 98 60 0 1A 35 13 1F 35 3B
Octal 316 230 140 0 32 65 23 37 65 73
Binary 11001110 10011000 1100000 0 11010 110101 10011 11111 110101 111011

Color Harmonies of #CE9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9860

Black with #CE9860

Text Example


Text Example

White with #CE9860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9860; }

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

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

background-color css

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

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

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

border-color css

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

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

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