Html Css Color HEX #CEB386 Tan

📋 copy color: '#CEB386'

red 206 ◦ green 179 ◦ blue 134

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

Shades of Tan #CEB386

Tints of Tan #CEB386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

 BLUE value IS 134 (52.73% from 255) = 25.82%

R = 39.69%
G = 34.49%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CEB386 (or 0xCEB386) is known color: Tan. HEX triplet: CE, B3 and 86. RGB value is (206,179,134). Sum of RGB (Red+Green+Blue) = 206+179+134=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB386 is #314C79. Grayscale: #B6B6B6. Windows color (decimal): -3230842 or 8827854. OLE color: 8827854.

HSL color Cylindrical-coordinate representation of color #CEB386: hue angle of 37.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEB386 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 134 -
CMYK 0 0.13 0.35 0.19
HSL 37.5º 0.42% 0.67% -
HSV(B) 37.5º 0.35% 0.81% -
XYZ 45.88 47.08 29.22 -
YUV 181.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 206 179 134 0 0.13 0.35 0.19 37.5 0.42 0.67
Hex CE B3 86 0 D 23 13 26 2A 43
Octal 316 263 206 0 15 43 23 46 52 103
Binary 11001110 10110011 10000110 0 1101 100011 10011 100110 101010 1000011

Color Harmonies of #CEB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB386

Black with #CEB386

Text Example


Text Example

White with #CEB386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB386; }

 p { color: rgb(206,179,134); }

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

background-color css

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

 a { background-color: rgb(206,179,134); }

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

border-color css

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

 span { border-color: rgb(206,179,134); }

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