#C9BB61

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

Shades of Tacha #C9BB61

Tints of Tacha #C9BB61

Color information

#C9BB61 (or 0xC9BB61) is unknown color: approx Tacha. HEX triplet: C9, BB and 61. RGB value is (201,187,97). Sum of RGB (Red+Green+Blue) = 201+187+97=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB61 is #36449E. Grayscale: #B5B5B5. Windows color (decimal): -3556511 or 6405065. OLE color: 6405065.

HSL color Cylindrical-coordinate representation of color #C9BB61: hue angle of 51.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9BB61 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB20118797-
CMYK00.070.520.21
HSL51.92º49.06%58.43%-
HSV(B)51.92º51.74%78.82%-
XYZ44.0248.8218.41-
YUV180.9380.64142.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 97 (38.28% from 255) = 20%
R=41.44%
G=38.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011879700.070.520.2151.9249.0658.43
HexC9BB6107341534313a
Octal311273141076425646172
Binary11001001101110111100001011111010010101110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB61; }

 p { color: rgb(201,187,97); }

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

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

 a { background-color: rgb(201,187,97); }

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

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

 span { border-color: rgb(201,187,97); }

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