#CEC56C

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

Shades of Tacha #CEC56C

Tints of Tacha #CEC56C

Color information

#CEC56C (or 0xCEC56C) is unknown color: approx Tacha. HEX triplet: CE, C5 and 6C. RGB value is (206,197,108). Sum of RGB (Red+Green+Blue) = 206+197+108=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC56C is #313A93. Grayscale: #BDBDBD. Windows color (decimal): -3226260 or 7128526. OLE color: 7128526.

HSL color Cylindrical-coordinate representation of color #CEC56C: hue angle of 54.49º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEC56C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206197108-
CMYK00.040.480.19
HSL54.49º50%61.57%-
HSV(B)54.49º47.57%80.78%-
XYZ48.1354.1422.1-
YUV189.5481.98139.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 108 (42.58% from 255) = 21.14%
R=40.31%
G=38.55%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619710800.040.480.1954.495061.57
HexCEC56C04301336323e
Octal316305154046023666276
Binary11001110110001011101100010011000010011110110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC56C; }

 p { color: rgb(206,197,108); }

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

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

 a { background-color: rgb(206,197,108); }

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

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

 span { border-color: rgb(206,197,108); }

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