#CEC756

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

Shades of Tacha #CEC756

Tints of Tacha #CEC756

Color information

#CEC756 (or 0xCEC756) is unknown color: approx Tacha. HEX triplet: CE, C7 and 56. RGB value is (206,199,86). Sum of RGB (Red+Green+Blue) = 206+199+86=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC756 is #3138A9. Grayscale: #BCBCBC. Windows color (decimal): -3225770 or 5687246. OLE color: 5687246.

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

Color convert

RGB20619986-
CMYK00.030.580.19
HSL56.5º55.05%57.25%-
HSV(B)56.5º58.25%80.78%-
XYZ47.5654.6416.84-
YUV188.2170.32140.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 199 (78.12% from 255) = 40.53%
BLUE value IS 86 (33.98% from 255) = 17.52%
R=41.96%
G=40.53%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061998600.030.580.1956.555.0557.25
HexCEC756033A13383739
Octal316307126037223706771
Binary1100111011000111101011001111101010011111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC756; }

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

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

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

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

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

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

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

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