Html Css Color HEX #CE996D Whiskey

📋 copy color: '#CE996D'

red 206 ◦ green 153 ◦ blue 109

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

Shades of Whiskey #CE996D

Tints of Whiskey #CE996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 44.02%
G = 32.69%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE996D (or 0xCE996D) is known color: Whiskey. HEX triplet: CE, 99 and 6D. RGB value is (206,153,109). Sum of RGB (Red+Green+Blue) = 206+153+109=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE996D is #316692. Grayscale: #A4A4A4. Windows color (decimal): -3237523 or 7182798. OLE color: 7182798.

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

Color convert

RGB 206 153 109 -
CMYK 0 0.26 0.47 0.19
HSL 27.22º 0.5% 0.62% -
HSV(B) 27.22º 0.47% 0.81% -
XYZ 39.61 37.01 19.52 -
YUV 163.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 206 153 109 0 0.26 0.47 0.19 27.22 0.5 0.62
Hex CE 99 6D 0 1A 2F 13 1B 32 3E
Octal 316 231 155 0 32 57 23 33 62 76
Binary 11001110 10011001 1101101 0 11010 101111 10011 11011 110010 111110

Color Harmonies of #CE996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE996D

Black with #CE996D

Text Example


Text Example

White with #CE996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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