#C9B35F

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

Shades of Tacha #C9B35F

Tints of Tacha #C9B35F

Color information

#C9B35F (or 0xC9B35F) is unknown color: approx Tacha. HEX triplet: C9, B3 and 5F. RGB value is (201,179,95). Sum of RGB (Red+Green+Blue) = 201+179+95=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B35F is #364CA0. Grayscale: #B0B0B0. Windows color (decimal): -3558561 or 6271945. OLE color: 6271945.

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

Color convert

RGB20117995-
CMYK00.110.530.21
HSL47.55º49.53%58.04%-
HSV(B)47.55º52.74%78.82%-
XYZ42.2745.4817.38-
YUV17682.29145.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 95 (37.5% from 255) = 20%
R=42.32%
G=37.68%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011799500.110.530.2147.5549.5358.04
HexC9B35F0B351530323a
Octal3112631370136525606272
Binary110010011011001110111110101111010110101110000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B35F; }

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

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

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

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

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

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

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

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