Html Css Color HEX #CE8B50 Whiskey Sour

📋 copy color: '#CE8B50'

red 206 ◦ green 139 ◦ blue 80

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

Shades of Whiskey Sour #CE8B50

Tints of Whiskey Sour #CE8B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.71%

 BLUE value IS 80 (31.64% from 255) = 18.82%

R = 48.47%
G = 32.71%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE8B50 (or 0xCE8B50) is known color: Whiskey Sour. HEX triplet: CE, 8B and 50. RGB value is (206,139,80). Sum of RGB (Red+Green+Blue) = 206+139+80=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B50 is #3174AF. Grayscale: #989898. Windows color (decimal): -3241136 or 5278670. OLE color: 5278670.

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

Color convert

RGB 206 139 80 -
CMYK 0 0.33 0.61 0.19
HSL 28.1º 0.56% 0.56% -
HSV(B) 28.1º 0.61% 0.81% -
XYZ 36.13 32.17 11.89 -
YUV 152.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 206 139 80 0 0.33 0.61 0.19 28.1 0.56 0.56
Hex CE 8B 50 0 21 3D 13 1C 38 38
Octal 316 213 120 0 41 75 23 34 70 70
Binary 11001110 10001011 1010000 0 100001 111101 10011 11100 111000 111000

Color Harmonies of #CE8B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B50

Black with #CE8B50

Text Example


Text Example

White with #CE8B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B50; }

 p { color: rgb(206,139,80); }

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

background-color css

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

 a { background-color: rgb(206,139,80); }

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

border-color css

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

 span { border-color: rgb(206,139,80); }

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