#CEBC5B

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

Shades of Tacha #CEBC5B

Tints of Tacha #CEBC5B

Color information

#CEBC5B (or 0xCEBC5B) is unknown color: approx Tacha. HEX triplet: CE, BC and 5B. RGB value is (206,188,91). Sum of RGB (Red+Green+Blue) = 206+188+91=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC5B is #3143A4. Grayscale: #B6B6B6. Windows color (decimal): -3228581 or 6012110. OLE color: 6012110.

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

Color convert

RGB20618891-
CMYK00.090.560.19
HSL50.61º53.99%58.24%-
HSV(B)50.61º55.83%80.78%-
XYZ45.3349.8417.13-
YUV182.3276.46144.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 91 (35.94% from 255) = 18.76%
R=42.47%
G=38.76%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061889100.090.560.1950.6153.9958.24
HexCEBC5B09381333363a
Octal3162741330117023636672
Binary110011101011110010110110100111100010011110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC5B; }

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

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

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

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

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

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

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

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