Html Css Color HEX #CE986D Whiskey

📋 copy color: '#CE986D'

red 206 ◦ green 152 ◦ blue 109

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

Shades of Whiskey #CE986D

Tints of Whiskey #CE986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.55%

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

R = 44.11%
G = 32.55%
B = 23.34%

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

#CE986D (or 0xCE986D) is known color: Whiskey. HEX triplet: CE, 98 and 6D. RGB value is (206,152,109). Sum of RGB (Red+Green+Blue) = 206+152+109=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE986D is #316792. Grayscale: #A3A3A3. Windows color (decimal): -3237779 or 7182542. OLE color: 7182542.

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

Color convert

RGB 206 152 109 -
CMYK 0 0.26 0.47 0.19
HSL 26.6º 0.5% 0.62% -
HSV(B) 26.6º 0.47% 0.81% -
XYZ 39.44 36.68 19.47 -
YUV 163.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 206 152 109 0 0.26 0.47 0.19 26.6 0.5 0.62
Hex CE 98 6D 0 1A 2F 13 1B 32 3E
Octal 316 230 155 0 32 57 23 33 62 76
Binary 11001110 10011000 1101101 0 11010 101111 10011 11011 110010 111110

Color Harmonies of #CE986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE986D

Black with #CE986D

Text Example


Text Example

White with #CE986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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