#C9C05C

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

Shades of Tacha #C9C05C

Tints of Tacha #C9C05C

Color information

#C9C05C (or 0xC9C05C) is unknown color: approx Tacha. HEX triplet: C9, C0 and 5C. RGB value is (201,192,92). Sum of RGB (Red+Green+Blue) = 201+192+92=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C05C is #363FA3. Grayscale: #B7B7B7. Windows color (decimal): -3555236 or 6078665. OLE color: 6078665.

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

Color convert

RGB20119292-
CMYK00.040.540.21
HSL55.05º50.23%57.45%-
HSV(B)55.05º54.23%78.82%-
XYZ44.8750.8917.58-
YUV183.2976.48140.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 92 (36.33% from 255) = 18.97%
R=41.44%
G=39.59%
B=18.97%

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
Decimal2011929200.040.540.2155.0550.2357.45
HexC9C05C043615373239
Octal311300134046625676271
Binary11001001110000001011100010011011010101110111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C05C; }

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

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

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

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

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

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

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

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