#CEBD6A

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

Shades of Tacha #CEBD6A

Tints of Tacha #CEBD6A

Color information

#CEBD6A (or 0xCEBD6A) is unknown color: approx Tacha. HEX triplet: CE, BD and 6A. RGB value is (206,189,106). Sum of RGB (Red+Green+Blue) = 206+189+106=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD6A is #314295. Grayscale: #B8B8B8. Windows color (decimal): -3228310 or 6995406. OLE color: 6995406.

HSL color Cylindrical-coordinate representation of color #CEBD6A: hue angle of 49.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEBD6A is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB206189106-
CMYK00.080.490.19
HSL49.8º50.51%61.18%-
HSV(B)49.8º48.54%80.78%-
XYZ46.2550.5620.96-
YUV184.6283.63143.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 106 (41.80% from 255) = 21.16%
R=41.12%
G=37.72%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618910600.080.490.1949.850.5161.18
HexCEBD6A08311332333d
Octal3162751520106123626375
Binary110011101011110111010100100011000110011110010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD6A; }

 p { color: rgb(206,189,106); }

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

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

 a { background-color: rgb(206,189,106); }

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

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

 span { border-color: rgb(206,189,106); }

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