#C9BF65

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

Shades of Tacha #C9BF65

Tints of Tacha #C9BF65

Color information

#C9BF65 (or 0xC9BF65) is unknown color: approx Tacha. HEX triplet: C9, BF and 65. RGB value is (201,191,101). Sum of RGB (Red+Green+Blue) = 201+191+101=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BF65 is #36409A. Grayscale: #B8B8B8. Windows color (decimal): -3555483 or 6668233. OLE color: 6668233.

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

Color convert

RGB201191101-
CMYK00.050.500.21
HSL54º48.08%59.22%-
HSV(B)54º49.75%78.82%-
XYZ45.0750.6219.71-
YUV183.7381.31140.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=40.77%
G=38.74%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119110100.050.500.215448.0859.22
HexC9BF6505321536303b
Octal311277145056225666073
Binary11001001101111111100101010111001010101110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF65; }

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

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

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

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

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

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

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

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