Html Css Color HEX #CE8556 Whiskey Sour

📋 copy color: '#CE8556'

red 206 ◦ green 133 ◦ blue 86

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

Shades of Whiskey Sour #CE8556

Tints of Whiskey Sour #CE8556

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

 BLUE value IS 86 (33.98% from 255) = 20.24%

R = 48.47%
G = 31.29%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE8556 (or 0xCE8556) is known color: Whiskey Sour. HEX triplet: CE, 85 and 56. RGB value is (206,133,86). Sum of RGB (Red+Green+Blue) = 206+133+86=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8556 is #317AA9. Grayscale: #959595. Windows color (decimal): -3242666 or 5670350. OLE color: 5670350.

HSL color Cylindrical-coordinate representation of color #CE8556: hue angle of 23.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE8556 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 86 -
CMYK 0 0.35 0.58 0.19
HSL 23.5º 0.55% 0.57% -
HSV(B) 23.5º 0.58% 0.81% -
XYZ 35.52 30.57 12.83 -
YUV 149.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 206 133 86 0 0.35 0.58 0.19 23.5 0.55 0.57
Hex CE 85 56 0 23 3A 13 18 37 39
Octal 316 205 126 0 43 72 23 30 67 71
Binary 11001110 10000101 1010110 0 100011 111010 10011 11000 110111 111001

Color Harmonies of #CE8556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8556

Black with #CE8556

Text Example


Text Example

White with #CE8556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8556; }

 p { color: rgb(206,133,86); }

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

background-color css

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

 a { background-color: rgb(206,133,86); }

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

border-color css

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

 span { border-color: rgb(206,133,86); }

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