#CEB85E

Color #CEB85E Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CEB85E

Tints of Tacha #CEB85E

Color information

#CEB85E (or 0xCEB85E) is unknown color: approx Tacha. HEX triplet: CE, B8 and 5E. RGB value is (206,184,94). Sum of RGB (Red+Green+Blue) = 206+184+94=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB85E is #3147A1. Grayscale: #B4B4B4. Windows color (decimal): -3229602 or 6207694. OLE color: 6207694.

HSL color Cylindrical-coordinate representation of color #CEB85E: hue angle of 48.21º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEB85E is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20618494-
CMYK00.110.540.19
HSL48.21º53.33%58.82%-
HSV(B)48.21º54.37%80.78%-
XYZ44.6148.2117.54-
YUV180.3279.29146.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 94 (37.11% from 255) = 19.42%
R=42.56%
G=38.02%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061849400.110.540.1948.2153.3358.82
HexCEB85E0B361330353b
Octal3162701360136623606573
Binary110011101011100010111100101111011010011110000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB85E; }

 p { color: rgb(206,184,94); }

 H1.HeaderClassName
 {
   color: #CEB85E;
 }
 .AnyTagClassName
 {
   color: #CEB85E;
 }
</style>
background-color css

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

 a { background-color: rgb(206,184,94); }

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

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

 span { border-color: rgb(206,184,94); }

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