#C9C05F

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

Shades of Tacha #C9C05F

Tints of Tacha #C9C05F

Color information

#C9C05F (or 0xC9C05F) is unknown color: approx Tacha. HEX triplet: C9, C0 and 5F. RGB value is (201,192,95). Sum of RGB (Red+Green+Blue) = 201+192+95=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C05F is #363FA0. Grayscale: #B8B8B8. Windows color (decimal): -3555233 or 6275273. OLE color: 6275273.

HSL color Cylindrical-coordinate representation of color #C9C05F: hue angle of 54.91º 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 #C9C05F is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20119295-
CMYK00.040.530.21
HSL54.91º49.53%58.04%-
HSV(B)54.91º52.74%78.82%-
XYZ4550.9418.29-
YUV183.6377.98140.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 95 (37.5% from 255) = 19.47%
R=41.19%
G=39.34%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011929500.040.530.2154.9149.5358.04
HexC9C05F04351537323a
Octal311300137046525676272
Binary11001001110000001011111010011010110101110111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C05F; }

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

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

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

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

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

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

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

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