#C9B668

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

Shades of Tacha #C9B668

Tints of Tacha #C9B668

Color information

#C9B668 (or 0xC9B668) is unknown color: approx Tacha. HEX triplet: C9, B6 and 68. RGB value is (201,182,104). Sum of RGB (Red+Green+Blue) = 201+182+104=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B668 is #364997. Grayscale: #B3B3B3. Windows color (decimal): -3557784 or 6862537. OLE color: 6862537.

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

Color convert

RGB201182104-
CMYK00.090.480.21
HSL48.25º47.32%59.8%-
HSV(B)48.25º48.26%78.82%-
XYZ43.3146.8719.86-
YUV178.7985.79143.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 182 (71.48% from 255) = 37.37%
BLUE value IS 104 (41.02% from 255) = 21.36%
R=41.27%
G=37.37%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118210400.090.480.2148.2547.3259.8
HexC9B668093015302f3c
Octal3112661500116025605774
Binary110010011011011011010000100111000010101110000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B668; }

 p { color: rgb(201,182,104); }

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

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

 a { background-color: rgb(201,182,104); }

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

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

 span { border-color: rgb(201,182,104); }

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