#C9BC58

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

Shades of Tacha #C9BC58

Tints of Tacha #C9BC58

Color information

#C9BC58 (or 0xC9BC58) is unknown color: approx Tacha. HEX triplet: C9, BC and 58. RGB value is (201,188,88). Sum of RGB (Red+Green+Blue) = 201+188+88=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC58 is #3643A7. Grayscale: #B4B4B4. Windows color (decimal): -3556264 or 5815497. OLE color: 5815497.

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

Color convert

RGB20118888-
CMYK00.060.560.21
HSL53.1º51.13%56.67%-
HSV(B)53.1º56.22%78.82%-
XYZ43.8349.0916.4-
YUV180.4975.81142.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.14%
GREEN value IS 188 (73.83% from 255) = 39.41%
BLUE value IS 88 (34.77% from 255) = 18.45%
R=42.14%
G=39.41%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011888800.060.560.2153.151.1356.67
HexC9BC58063815353339
Octal311274130067025656371
Binary11001001101111001011000011011100010101110101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC58; }

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

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

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

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

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

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

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

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