Html Css Color HEX #CE9466 Whiskey

📋 copy color: '#CE9466'

red 206 ◦ green 148 ◦ blue 102

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

Shades of Whiskey #CE9466

Tints of Whiskey #CE9466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.46%

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

R = 45.18%
G = 32.46%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE9466 (or 0xCE9466) is known color: Whiskey. HEX triplet: CE, 94 and 66. RGB value is (206,148,102). Sum of RGB (Red+Green+Blue) = 206+148+102=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9466 is #316B99. Grayscale: #A0A0A0. Windows color (decimal): -3238810 or 6722766. OLE color: 6722766.

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

Color convert

RGB 206 148 102 -
CMYK 0 0.28 0.50 0.19
HSL 26.54º 0.51% 0.6% -
HSV(B) 26.54º 0.5% 0.81% -
XYZ 38.44 35.26 17.35 -
YUV 160.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 206 148 102 0 0.28 0.50 0.19 26.54 0.51 0.6
Hex CE 94 66 0 1C 32 13 1B 33 3C
Octal 316 224 146 0 34 62 23 33 63 74
Binary 11001110 10010100 1100110 0 11100 110010 10011 11011 110011 111100

Color Harmonies of #CE9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9466

Black with #CE9466

Text Example


Text Example

White with #CE9466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9466; }

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

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

background-color css

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

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

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

border-color css

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

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

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