#C9B869

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

Shades of Tacha #C9B869

Tints of Tacha #C9B869

Color information

#C9B869 (or 0xC9B869) is unknown color: approx Tacha. HEX triplet: C9, B8 and 69. RGB value is (201,184,105). Sum of RGB (Red+Green+Blue) = 201+184+105=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B869 is #364796. Grayscale: #B4B4B4. Windows color (decimal): -3557271 or 6928585. OLE color: 6928585.

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

Color convert

RGB201184105-
CMYK00.080.480.21
HSL49.38º47.06%60%-
HSV(B)49.38º47.76%78.82%-
XYZ43.7847.7220.27-
YUV180.0885.63142.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=41.02%
G=37.55%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118410500.080.480.2149.3847.0660
HexC9B869083015312f3c
Octal3112701510106025615774
Binary110010011011100011010010100011000010101110001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B869; }

 p { color: rgb(201,184,105); }

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

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

 a { background-color: rgb(201,184,105); }

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

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

 span { border-color: rgb(201,184,105); }

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