Html Css Color HEX #CE935D Whiskey Sour

📋 copy color: '#CE935D'

red 206 ◦ green 147 ◦ blue 93

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

Shades of Whiskey Sour #CE935D

Tints of Whiskey Sour #CE935D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.85%

R = 46.19%
G = 32.96%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE935D (or 0xCE935D) is known color: Whiskey Sour. HEX triplet: CE, 93 and 5D. RGB value is (206,147,93). Sum of RGB (Red+Green+Blue) = 206+147+93=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE935D is #316CA2. Grayscale: #9E9E9E. Windows color (decimal): -3239075 or 6132686. OLE color: 6132686.

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

Color convert

RGB 206 147 93 -
CMYK 0 0.29 0.55 0.19
HSL 28.67º 0.54% 0.59% -
HSV(B) 28.67º 0.55% 0.81% -
XYZ 37.86 34.78 15.07 -
YUV 158.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 206 147 93 0 0.29 0.55 0.19 28.67 0.54 0.59
Hex CE 93 5D 0 1D 37 13 1D 36 3B
Octal 316 223 135 0 35 67 23 35 66 73
Binary 11001110 10010011 1011101 0 11101 110111 10011 11101 110110 111011

Color Harmonies of #CE935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE935D

Black with #CE935D

Text Example


Text Example

White with #CE935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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