Html Css Color HEX #CE965D Whiskey Sour

📋 copy color: '#CE965D'

red 206 ◦ green 150 ◦ blue 93

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

Shades of Whiskey Sour #CE965D

Tints of Whiskey Sour #CE965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

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

R = 45.88%
G = 33.41%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE965D (or 0xCE965D) is known color: Whiskey Sour. HEX triplet: CE, 96 and 5D. RGB value is (206,150,93). Sum of RGB (Red+Green+Blue) = 206+150+93=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE965D is #3169A2. Grayscale: #A0A0A0. Windows color (decimal): -3238307 or 6133454. OLE color: 6133454.

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

Color convert

RGB 206 150 93 -
CMYK 0 0.27 0.55 0.19
HSL 30.27º 0.54% 0.59% -
HSV(B) 30.27º 0.55% 0.81% -
XYZ 38.34 35.72 15.23 -
YUV 160.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 206 150 93 0 0.27 0.55 0.19 30.27 0.54 0.59
Hex CE 96 5D 0 1B 37 13 1E 36 3B
Octal 316 226 135 0 33 67 23 36 66 73
Binary 11001110 10010110 1011101 0 11011 110111 10011 11110 110110 111011

Color Harmonies of #CE965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE965D

Black with #CE965D

Text Example


Text Example

White with #CE965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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