Html Css Color HEX #CE9666 Whiskey

📋 copy color: '#CE9666'

red 206 ◦ green 150 ◦ blue 102

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

Shades of Whiskey #CE9666

Tints of Whiskey #CE9666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 44.98%
G = 32.75%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE9666 (or 0xCE9666) is known color: Whiskey. HEX triplet: CE, 96 and 66. RGB value is (206,150,102). Sum of RGB (Red+Green+Blue) = 206+150+102=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9666 is #316999. Grayscale: #A1A1A1. Windows color (decimal): -3238298 or 6723278. OLE color: 6723278.

HSL color Cylindrical-coordinate representation of color #CE9666: hue angle of 27.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE9666 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 150 102 -
CMYK 0 0.27 0.50 0.19
HSL 27.69º 0.51% 0.6% -
HSV(B) 27.69º 0.5% 0.81% -
XYZ 38.76 35.89 17.46 -
YUV 161.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 206 150 102 0 0.27 0.50 0.19 27.69 0.51 0.6
Hex CE 96 66 0 1B 32 13 1C 33 3C
Octal 316 226 146 0 33 62 23 34 63 74
Binary 11001110 10010110 1100110 0 11011 110010 10011 11100 110011 111100

Color Harmonies of #CE9666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9666

Black with #CE9666

Text Example


Text Example

White with #CE9666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9666; }

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

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

background-color css

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

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

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

border-color css

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

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

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