Html Css Color HEX #CE9B60 Whiskey Sour

📋 copy color: '#CE9B60'

red 206 ◦ green 155 ◦ blue 96

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

Shades of Whiskey Sour #CE9B60

Tints of Whiskey Sour #CE9B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.92%

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

R = 45.08%
G = 33.92%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE9B60 (or 0xCE9B60) is known color: Whiskey Sour. HEX triplet: CE, 9B and 60. RGB value is (206,155,96). Sum of RGB (Red+Green+Blue) = 206+155+96=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B60 is #31649F. Grayscale: #A3A3A3. Windows color (decimal): -3237024 or 6331342. OLE color: 6331342.

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

Color convert

RGB 206 155 96 -
CMYK 0 0.25 0.53 0.19
HSL 32.18º 0.53% 0.59% -
HSV(B) 32.18º 0.53% 0.81% -
XYZ 39.29 37.41 16.22 -
YUV 163.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 206 155 96 0 0.25 0.53 0.19 32.18 0.53 0.59
Hex CE 9B 60 0 19 35 13 20 35 3B
Octal 316 233 140 0 31 65 23 40 65 73
Binary 11001110 10011011 1100000 0 11001 110101 10011 100000 110101 111011

Color Harmonies of #CE9B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B60

Black with #CE9B60

Text Example


Text Example

White with #CE9B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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