Html Css Color HEX #CE966B Whiskey

📋 copy color: '#CE966B'

red 206 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #CE966B

Tints of Whiskey #CE966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.11%

R = 44.49%
G = 32.4%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE966B (or 0xCE966B) is known color: Whiskey. HEX triplet: CE, 96 and 6B. RGB value is (206,150,107). Sum of RGB (Red+Green+Blue) = 206+150+107=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE966B is #316994. Grayscale: #A2A2A2. Windows color (decimal): -3238293 or 7050958. OLE color: 7050958.

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

Color convert

RGB 206 150 107 -
CMYK 0 0.27 0.48 0.19
HSL 26.06º 0.5% 0.61% -
HSV(B) 26.06º 0.48% 0.81% -
XYZ 39.01 36 18.8 -
YUV 161.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 206 150 107 0 0.27 0.48 0.19 26.06 0.5 0.61
Hex CE 96 6B 0 1B 30 13 1A 32 3D
Octal 316 226 153 0 33 60 23 32 62 75
Binary 11001110 10010110 1101011 0 11011 110000 10011 11010 110010 111101

Color Harmonies of #CE966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE966B

Black with #CE966B

Text Example


Text Example

White with #CE966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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