#CEB15B

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

Shades of Tacha #CEB15B

Tints of Tacha #CEB15B

Color information

#CEB15B (or 0xCEB15B) is unknown color: approx Tacha. HEX triplet: CE, B1 and 5B. RGB value is (206,177,91). Sum of RGB (Red+Green+Blue) = 206+177+91=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB15B is #314EA4. Grayscale: #B0B0B0. Windows color (decimal): -3231397 or 6009294. OLE color: 6009294.

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

Color convert

RGB20617791-
CMYK00.140.560.19
HSL44.87º53.99%58.24%-
HSV(B)44.87º55.83%80.78%-
XYZ43.0645.3216.38-
YUV175.8780.11149.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 91 (35.94% from 255) = 19.20%
R=43.46%
G=37.34%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061779100.140.560.1944.8753.9958.24
HexCEB15B0E38132d363a
Octal3162611330167023556672
Binary110011101011000110110110111011100010011101101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB15B; }

 p { color: rgb(206,177,91); }

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

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

 a { background-color: rgb(206,177,91); }

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

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

 span { border-color: rgb(206,177,91); }

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