#C9BA68

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

Shades of Tacha #C9BA68

Tints of Tacha #C9BA68

Color information

#C9BA68 (or 0xC9BA68) is unknown color: approx Tacha. HEX triplet: C9, BA and 68. RGB value is (201,186,104). Sum of RGB (Red+Green+Blue) = 201+186+104=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA68 is #364597. Grayscale: #B5B5B5. Windows color (decimal): -3556760 or 6863561. OLE color: 6863561.

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

Color convert

RGB201186104-
CMYK00.070.480.21
HSL50.72º47.32%59.8%-
HSV(B)50.72º48.26%78.82%-
XYZ44.1448.5320.14-
YUV181.1484.47142.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 104 (41.02% from 255) = 21.18%
R=40.94%
G=37.88%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118610400.070.480.2150.7247.3259.8
HexC9BA68073015332f3c
Octal311272150076025635774
Binary11001001101110101101000011111000010101110011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BA68; }

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

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

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

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

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

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

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

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