Html Css Color HEX #CE965F Whiskey Sour

📋 copy color: '#CE965F'

red 206 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #CE965F

Tints of Whiskey Sour #CE965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 45.68%
G = 33.26%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE965F (or 0xCE965F) is known color: Whiskey Sour. HEX triplet: CE, 96 and 5F. RGB value is (206,150,95). Sum of RGB (Red+Green+Blue) = 206+150+95=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE965F is #3169A0. Grayscale: #A0A0A0. Windows color (decimal): -3238305 or 6264526. OLE color: 6264526.

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

Color convert

RGB 206 150 95 -
CMYK 0 0.27 0.54 0.19
HSL 29.73º 0.53% 0.59% -
HSV(B) 29.73º 0.54% 0.81% -
XYZ 38.43 35.76 15.7 -
YUV 160.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 206 150 95 0 0.27 0.54 0.19 29.73 0.53 0.59
Hex CE 96 5F 0 1B 36 13 1E 35 3B
Octal 316 226 137 0 33 66 23 36 65 73
Binary 11001110 10010110 1011111 0 11011 110110 10011 11110 110101 111011

Color Harmonies of #CE965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE965F

Black with #CE965F

Text Example


Text Example

White with #CE965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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