#C9BC65

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

Shades of Tacha #C9BC65

Tints of Tacha #C9BC65

Color information

#C9BC65 (or 0xC9BC65) is unknown color: approx Tacha. HEX triplet: C9, BC and 65. RGB value is (201,188,101). Sum of RGB (Red+Green+Blue) = 201+188+101=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC65 is #36439A. Grayscale: #B6B6B6. Windows color (decimal): -3556251 or 6667465. OLE color: 6667465.

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

Color convert

RGB201188101-
CMYK00.060.500.21
HSL52.2º48.08%59.22%-
HSV(B)52.2º49.75%78.82%-
XYZ44.4249.3219.49-
YUV181.9782.31141.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 101 (39.84% from 255) = 20.61%
R=41.02%
G=38.37%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118810100.060.500.2152.248.0859.22
HexC9BC6506321534303b
Octal311274145066225646073
Binary11001001101111001100101011011001010101110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC65; }

 p { color: rgb(201,188,101); }

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

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

 a { background-color: rgb(201,188,101); }

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

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

 span { border-color: rgb(201,188,101); }

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