#C9BD55

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

Shades of Tacha #C9BD55

Tints of Tacha #C9BD55

Color information

#C9BD55 (or 0xC9BD55) is unknown color: approx Tacha. HEX triplet: C9, BD and 55. RGB value is (201,189,85). Sum of RGB (Red+Green+Blue) = 201+189+85=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD55 is #3642AA. Grayscale: #B5B5B5. Windows color (decimal): -3556011 or 5619145. OLE color: 5619145.

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

Color convert

RGB20118985-
CMYK00.060.580.21
HSL53.79º51.79%56.08%-
HSV(B)53.79º57.71%78.82%-
XYZ43.9249.4715.83-
YUV180.7373.98142.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 85 (33.59% from 255) = 17.89%
R=42.32%
G=39.79%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011898500.060.580.2153.7951.7956.08
HexC9BD55063A15363438
Octal311275125067225666470
Binary11001001101111011010101011011101010101110110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD55; }

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

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

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

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

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

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

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

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