#CEC75C

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

Shades of Tacha #CEC75C

Tints of Tacha #CEC75C

Color information

#CEC75C (or 0xCEC75C) is unknown color: approx Tacha. HEX triplet: CE, C7 and 5C. RGB value is (206,199,92). Sum of RGB (Red+Green+Blue) = 206+199+92=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC75C is #3138A3. Grayscale: #BDBDBD. Windows color (decimal): -3225764 or 6080462. OLE color: 6080462.

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

Color convert

RGB20619992-
CMYK00.030.550.19
HSL56.32º53.77%58.43%-
HSV(B)56.32º55.34%80.78%-
XYZ47.8154.7418.17-
YUV188.973.32140.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 199 (78.12% from 255) = 40.04%
BLUE value IS 92 (36.33% from 255) = 18.51%
R=41.45%
G=40.04%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061999200.030.550.1956.3253.7758.43
HexCEC75C03371338363a
Octal316307134036723706672
Binary1100111011000111101110001111011110011111000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC75C; }

 p { color: rgb(206,199,92); }

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

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

 a { background-color: rgb(206,199,92); }

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

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

 span { border-color: rgb(206,199,92); }

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