#C9C15D

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

Shades of Tacha #C9C15D

Tints of Tacha #C9C15D

Color information

#C9C15D (or 0xC9C15D) is unknown color: approx Tacha. HEX triplet: C9, C1 and 5D. RGB value is (201,193,93). Sum of RGB (Red+Green+Blue) = 201+193+93=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C15D is #363EA2. Grayscale: #B8B8B8. Windows color (decimal): -3554979 or 6144457. OLE color: 6144457.

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

Color convert

RGB20119393-
CMYK00.040.540.21
HSL55.56º50%57.65%-
HSV(B)55.56º53.73%78.82%-
XYZ45.1351.3517.89-
YUV183.9976.65140.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 93 (36.72% from 255) = 19.10%
R=41.27%
G=39.63%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011939300.040.540.2155.565057.65
HexC9C15D04361538323a
Octal311301135046625706272
Binary11001001110000011011101010011011010101111000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C15D; }

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

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

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

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

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

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

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

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