Html Css Color HEX #CEB385 Tan

📋 copy color: '#CEB385'

red 206 ◦ green 179 ◦ blue 133

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

Shades of Tan #CEB385

Tints of Tan #CEB385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.68%

R = 39.77%
G = 34.56%
B = 25.68%

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

#CEB385 (or 0xCEB385) is known color: Tan. HEX triplet: CE, B3 and 85. RGB value is (206,179,133). Sum of RGB (Red+Green+Blue) = 206+179+133=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB385 is #314C7A. Grayscale: #B6B6B6. Windows color (decimal): -3230843 or 8762318. OLE color: 8762318.

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

Color convert

RGB 206 179 133 -
CMYK 0 0.13 0.35 0.19
HSL 37.81º 0.43% 0.66% -
HSV(B) 37.81º 0.35% 0.81% -
XYZ 45.81 47.06 28.86 -
YUV 181.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 206 179 133 0 0.13 0.35 0.19 37.81 0.43 0.66
Hex CE B3 85 0 D 23 13 26 2B 42
Octal 316 263 205 0 15 43 23 46 53 102
Binary 11001110 10110011 10000101 0 1101 100011 10011 100110 101011 1000010

Color Harmonies of #CEB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB385

Black with #CEB385

Text Example


Text Example

White with #CEB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB385; }

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

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

background-color css

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

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

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

border-color css

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

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

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