#C9C15F

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

Shades of Tacha #C9C15F

Tints of Tacha #C9C15F

Color information

#C9C15F (or 0xC9C15F) is unknown color: approx Tacha. HEX triplet: C9, C1 and 5F. RGB value is (201,193,95). Sum of RGB (Red+Green+Blue) = 201+193+95=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C15F is #363EA0. Grayscale: #B8B8B8. Windows color (decimal): -3554977 or 6275529. OLE color: 6275529.

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

Color convert

RGB20119395-
CMYK00.040.530.21
HSL55.47º49.53%58.04%-
HSV(B)55.47º52.74%78.82%-
XYZ45.2251.3818.36-
YUV184.2277.65139.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 193 (75.78% from 255) = 39.47%
BLUE value IS 95 (37.5% from 255) = 19.43%
R=41.10%
G=39.47%
B=19.43%

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
Decimal2011939500.040.530.2155.4749.5358.04
HexC9C15F04351537323a
Octal311301137046525676272
Binary11001001110000011011111010011010110101110111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C15F; }

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

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

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

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

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

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

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

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