#C9B658

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

Shades of Tacha #C9B658

Tints of Tacha #C9B658

Color information

#C9B658 (or 0xC9B658) is unknown color: approx Tacha. HEX triplet: C9, B6 and 58. RGB value is (201,182,88). Sum of RGB (Red+Green+Blue) = 201+182+88=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B658 is #3649A7. Grayscale: #B1B1B1. Windows color (decimal): -3557800 or 5813961. OLE color: 5813961.

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

Color convert

RGB20118288-
CMYK00.090.560.21
HSL49.91º51.13%56.67%-
HSV(B)49.91º56.22%78.82%-
XYZ42.5846.5815.98-
YUV176.9677.79145.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 88 (34.77% from 255) = 18.68%
R=42.68%
G=38.64%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011828800.090.560.2149.9151.1356.67
HexC9B658093815323339
Octal3112661300117025626371
Binary110010011011011010110000100111100010101110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B658; }

 p { color: rgb(201,182,88); }

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

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

 a { background-color: rgb(201,182,88); }

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

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

 span { border-color: rgb(201,182,88); }

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