#C9B566

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

Shades of Tacha #C9B566

Tints of Tacha #C9B566

Color information

#C9B566 (or 0xC9B566) is unknown color: approx Tacha. HEX triplet: C9, B5 and 66. RGB value is (201,181,102). Sum of RGB (Red+Green+Blue) = 201+181+102=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B566 is #364A99. Grayscale: #B2B2B2. Windows color (decimal): -3558042 or 6731209. OLE color: 6731209.

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

Color convert

RGB201181102-
CMYK00.100.490.21
HSL47.88º47.83%59.41%-
HSV(B)47.88º49.25%78.82%-
XYZ43.0146.4219.26-
YUV177.9785.13144.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=41.53%
G=37.40%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118110200.100.490.2147.8847.8359.41
HexC9B5660A311530303b
Octal3112651460126125606073
Binary110010011011010111001100101011000110101110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B566; }

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

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

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

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

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

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

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

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