#C9BE5F

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

Shades of Tacha #C9BE5F

Tints of Tacha #C9BE5F

Color information

#C9BE5F (or 0xC9BE5F) is unknown color: approx Tacha. HEX triplet: C9, BE and 5F. RGB value is (201,190,95). Sum of RGB (Red+Green+Blue) = 201+190+95=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BE5F is #3641A0. Grayscale: #B6B6B6. Windows color (decimal): -3555745 or 6274761. OLE color: 6274761.

HSL color Cylindrical-coordinate representation of color #C9BE5F: hue angle of 53.77º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9BE5F is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20119095-
CMYK00.050.530.21
HSL53.77º49.53%58.04%-
HSV(B)53.77º52.74%78.82%-
XYZ44.5750.0718.14-
YUV182.4678.64141.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.36%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 95 (37.5% from 255) = 19.55%
R=41.36%
G=39.09%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011909500.050.530.2153.7749.5358.04
HexC9BE5F05351536323a
Octal311276137056525666272
Binary11001001101111101011111010111010110101110110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BE5F; }

 p { color: rgb(201,190,95); }

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

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

 a { background-color: rgb(201,190,95); }

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

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

 span { border-color: rgb(201,190,95); }

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