#CEB45D

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

Shades of Tacha #CEB45D

Tints of Tacha #CEB45D

Color information

#CEB45D (or 0xCEB45D) is unknown color: approx Tacha. HEX triplet: CE, B4 and 5D. RGB value is (206,180,93). Sum of RGB (Red+Green+Blue) = 206+180+93=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB45D is #314BA2. Grayscale: #B2B2B2. Windows color (decimal): -3230627 or 6141134. OLE color: 6141134.

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

Color convert

RGB20618093-
CMYK00.130.550.19
HSL46.19º53.55%58.63%-
HSV(B)46.19º54.85%80.78%-
XYZ43.7546.5517.04-
YUV177.8680.11148.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=43.01%
G=37.58%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061809300.130.550.1946.1953.5558.63
HexCEB45D0D37132e363b
Octal3162641350156723566673
Binary110011101011010010111010110111011110011101110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB45D; }

 p { color: rgb(206,180,93); }

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

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

 a { background-color: rgb(206,180,93); }

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

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

 span { border-color: rgb(206,180,93); }

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