#C9B56A

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

Shades of Tacha #C9B56A

Tints of Tacha #C9B56A

Color information

#C9B56A (or 0xC9B56A) is unknown color: approx Tacha. HEX triplet: C9, B5 and 6A. RGB value is (201,181,106). Sum of RGB (Red+Green+Blue) = 201+181+106=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B56A is #364A95. Grayscale: #B2B2B2. Windows color (decimal): -3558038 or 6993353. OLE color: 6993353.

HSL color Cylindrical-coordinate representation of color #C9B56A: hue angle of 47.37º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9B56A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201181106-
CMYK00.100.470.21
HSL47.37º46.8%60.2%-
HSV(B)47.37º47.26%78.82%-
XYZ43.2146.5120.33-
YUV178.4387.13144.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=41.19%
G=37.09%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118110600.100.470.2147.3746.860.2
HexC9B56A0A2F152f2f3c
Octal3112651520125725575774
Binary110010011011010111010100101010111110101101111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B56A; }

 p { color: rgb(201,181,106); }

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

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

 a { background-color: rgb(201,181,106); }

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

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

 span { border-color: rgb(201,181,106); }

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