Html Css Color HEX #CE935A Whiskey Sour

📋 copy color: '#CE935A'

red 206 ◦ green 147 ◦ blue 90

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

Shades of Whiskey Sour #CE935A

Tints of Whiskey Sour #CE935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.18%

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

R = 46.5%
G = 33.18%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE935A (or 0xCE935A) is known color: Whiskey Sour. HEX triplet: CE, 93 and 5A. RGB value is (206,147,90). Sum of RGB (Red+Green+Blue) = 206+147+90=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE935A is #316CA5. Grayscale: #9E9E9E. Windows color (decimal): -3239078 or 5936078. OLE color: 5936078.

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

Color convert

RGB 206 147 90 -
CMYK 0 0.29 0.56 0.19
HSL 29.48º 0.54% 0.58% -
HSV(B) 29.48º 0.56% 0.81% -
XYZ 37.73 34.73 14.39 -
YUV 158.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 206 147 90 0 0.29 0.56 0.19 29.48 0.54 0.58
Hex CE 93 5A 0 1D 38 13 1D 36 3A
Octal 316 223 132 0 35 70 23 35 66 72
Binary 11001110 10010011 1011010 0 11101 111000 10011 11101 110110 111010

Color Harmonies of #CE935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE935A

Black with #CE935A

Text Example


Text Example

White with #CE935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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