Html Css Color HEX #CE9960 Whiskey Sour

📋 copy color: '#CE9960'

red 206 ◦ green 153 ◦ blue 96

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

Shades of Whiskey Sour #CE9960

Tints of Whiskey Sour #CE9960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.63%

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

R = 45.27%
G = 33.63%
B = 21.1%

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

#CE9960 (or 0xCE9960) is known color: Whiskey Sour. HEX triplet: CE, 99 and 60. RGB value is (206,153,96). Sum of RGB (Red+Green+Blue) = 206+153+96=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9960 is #31669F. Grayscale: #A2A2A2. Windows color (decimal): -3237536 or 6330830. OLE color: 6330830.

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

Color convert

RGB 206 153 96 -
CMYK 0 0.26 0.53 0.19
HSL 31.09º 0.53% 0.59% -
HSV(B) 31.09º 0.53% 0.81% -
XYZ 38.96 36.75 16.11 -
YUV 162.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 206 153 96 0 0.26 0.53 0.19 31.09 0.53 0.59
Hex CE 99 60 0 1A 35 13 1F 35 3B
Octal 316 231 140 0 32 65 23 37 65 73
Binary 11001110 10011001 1100000 0 11010 110101 10011 11111 110101 111011

Color Harmonies of #CE9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9960

Black with #CE9960

Text Example


Text Example

White with #CE9960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9960; }

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

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

background-color css

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

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

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

border-color css

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

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

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