#C9B955

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

Shades of Tacha #C9B955

Tints of Tacha #C9B955

Color information

#C9B955 (or 0xC9B955) is unknown color: approx Tacha. HEX triplet: C9, B9 and 55. RGB value is (201,185,85). Sum of RGB (Red+Green+Blue) = 201+185+85=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B955 is #3646AA. Grayscale: #B2B2B2. Windows color (decimal): -3557035 or 5618121. OLE color: 5618121.

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

Color convert

RGB20118585-
CMYK00.080.580.21
HSL51.72º51.79%56.08%-
HSV(B)51.72º57.71%78.82%-
XYZ43.0847.7715.54-
YUV178.3875.3144.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=42.68%
G=39.28%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011858500.080.580.2151.7251.7956.08
HexC9B955083A15343438
Octal3112711250107225646470
Binary110010011011100110101010100011101010101110100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B955; }

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

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

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

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

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

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

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

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