#C9BD61

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

Shades of Tacha #C9BD61

Tints of Tacha #C9BD61

Color information

#C9BD61 (or 0xC9BD61) is unknown color: approx Tacha. HEX triplet: C9, BD and 61. RGB value is (201,189,97). Sum of RGB (Red+Green+Blue) = 201+189+97=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD61 is #36429E. Grayscale: #B6B6B6. Windows color (decimal): -3555999 or 6405577. OLE color: 6405577.

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

Color convert

RGB20118997-
CMYK00.060.520.21
HSL53.08º49.06%58.43%-
HSV(B)53.08º51.74%78.82%-
XYZ44.4449.6818.56-
YUV182.179.98141.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=41.27%
G=38.81%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011899700.060.520.2153.0849.0658.43
HexC9BD6106341535313a
Octal311275141066425656172
Binary11001001101111011100001011011010010101110101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD61; }

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

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

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

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

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

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

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

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