Html Css Color HEX #CE996C Whiskey

📋 copy color: '#CE996C'

red 206 ◦ green 153 ◦ blue 108

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

Shades of Whiskey #CE996C

Tints of Whiskey #CE996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.76%

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 44.11%
G = 32.76%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE996C (or 0xCE996C) is known color: Whiskey. HEX triplet: CE, 99 and 6C. RGB value is (206,153,108). Sum of RGB (Red+Green+Blue) = 206+153+108=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE996C is #316693. Grayscale: #A3A3A3. Windows color (decimal): -3237524 or 7117262. OLE color: 7117262.

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

Color convert

RGB 206 153 108 -
CMYK 0 0.26 0.48 0.19
HSL 27.55º 0.5% 0.62% -
HSV(B) 27.55º 0.48% 0.81% -
XYZ 39.55 36.99 19.24 -
YUV 163.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 206 153 108 0 0.26 0.48 0.19 27.55 0.5 0.62
Hex CE 99 6C 0 1A 30 13 1C 32 3E
Octal 316 231 154 0 32 60 23 34 62 76
Binary 11001110 10011001 1101100 0 11010 110000 10011 11100 110010 111110

Color Harmonies of #CE996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE996C

Black with #CE996C

Text Example


Text Example

White with #CE996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE996C; }

 p { color: rgb(206,153,108); }

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

background-color css

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

 a { background-color: rgb(206,153,108); }

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

border-color css

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

 span { border-color: rgb(206,153,108); }

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