Html Css Color HEX #CE8F5A Whiskey Sour

📋 copy color: '#CE8F5A'

red 206 ◦ green 143 ◦ blue 90

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

Shades of Whiskey Sour #CE8F5A

Tints of Whiskey Sour #CE8F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.57%

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 46.92%
G = 32.57%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE8F5A (or 0xCE8F5A) is known color: Whiskey Sour. HEX triplet: CE, 8F and 5A. RGB value is (206,143,90). Sum of RGB (Red+Green+Blue) = 206+143+90=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F5A is #3170A5. Grayscale: #9C9C9C. Windows color (decimal): -3240102 or 5935054. OLE color: 5935054.

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

Color convert

RGB 206 143 90 -
CMYK 0 0.31 0.56 0.19
HSL 27.41º 0.54% 0.58% -
HSV(B) 27.41º 0.56% 0.81% -
XYZ 37.12 33.5 14.18 -
YUV 155.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 206 143 90 0 0.31 0.56 0.19 27.41 0.54 0.58
Hex CE 8F 5A 0 1F 38 13 1B 36 3A
Octal 316 217 132 0 37 70 23 33 66 72
Binary 11001110 10001111 1011010 0 11111 111000 10011 11011 110110 111010

Color Harmonies of #CE8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F5A

Black with #CE8F5A

Text Example


Text Example

White with #CE8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F5A; }

 p { color: rgb(206,143,90); }

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

background-color css

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

 a { background-color: rgb(206,143,90); }

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

border-color css

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

 span { border-color: rgb(206,143,90); }

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