#CEB25B

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

Shades of Tacha #CEB25B

Tints of Tacha #CEB25B

Color information

#CEB25B (or 0xCEB25B) is unknown color: approx Tacha. HEX triplet: CE, B2 and 5B. RGB value is (206,178,91). Sum of RGB (Red+Green+Blue) = 206+178+91=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB25B is #314DA4. Grayscale: #B0B0B0. Windows color (decimal): -3231141 or 6009550. OLE color: 6009550.

HSL color Cylindrical-coordinate representation of color #CEB25B: hue angle of 45.39º 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 #CEB25B is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB20617891-
CMYK00.140.560.19
HSL45.39º53.99%58.24%-
HSV(B)45.39º55.83%80.78%-
XYZ43.2645.7216.44-
YUV176.4579.78149.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=43.37%
G=37.47%
B=19.16%

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
Decimal2061789100.140.560.1945.3953.9958.24
HexCEB25B0E38132d363a
Octal3162621330167023556672
Binary110011101011001010110110111011100010011101101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB25B; }

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

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

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

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

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

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

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

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