#CEBF6F

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

Shades of Tacha #CEBF6F

Tints of Tacha #CEBF6F

Color information

#CEBF6F (or 0xCEBF6F) is unknown color: approx Tacha. HEX triplet: CE, BF and 6F. RGB value is (206,191,111). Sum of RGB (Red+Green+Blue) = 206+191+111=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF6F is #314090. Grayscale: #BABABA. Windows color (decimal): -3227793 or 7323598. OLE color: 7323598.

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

Color convert

RGB206191111-
CMYK00.070.460.19
HSL50.53º49.22%62.16%-
HSV(B)50.53º46.12%80.78%-
XYZ46.9551.5322.51-
YUV186.3685.47142-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 111 (43.75% from 255) = 21.85%
R=40.55%
G=37.60%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619111100.070.460.1950.5349.2262.16
HexCEBF6F072E1333313e
Octal316277157075623636176
Binary11001110101111111101111011110111010011110011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF6F; }

 p { color: rgb(206,191,111); }

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

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

 a { background-color: rgb(206,191,111); }

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

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

 span { border-color: rgb(206,191,111); }

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