#C9B968

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

Shades of Tacha #C9B968

Tints of Tacha #C9B968

Color information

#C9B968 (or 0xC9B968) is unknown color: approx Tacha. HEX triplet: C9, B9 and 68. RGB value is (201,185,104). Sum of RGB (Red+Green+Blue) = 201+185+104=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B968 is #364697. Grayscale: #B4B4B4. Windows color (decimal): -3557016 or 6863305. OLE color: 6863305.

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

Color convert

RGB201185104-
CMYK00.080.480.21
HSL50.1º47.32%59.8%-
HSV(B)50.1º48.26%78.82%-
XYZ43.9448.1120.07-
YUV180.5584.8142.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=41.02%
G=37.76%
B=21.22%

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
Decimal20118510400.080.480.2150.147.3259.8
HexC9B968083015322f3c
Octal3112711500106025625774
Binary110010011011100111010000100011000010101110010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B968; }

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

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

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

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

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

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

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

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