#C8BD59

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

Shades of Tacha #C8BD59

Tints of Tacha #C8BD59

Color information

#C8BD59 (or 0xC8BD59) is unknown color: approx Tacha. HEX triplet: C8, BD and 59. RGB value is (200,189,89). Sum of RGB (Red+Green+Blue) = 200+189+89=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD59 is #3742A6. Grayscale: #B5B5B5. Windows color (decimal): -3621543 or 5881288. OLE color: 5881288.

HSL color Cylindrical-coordinate representation of color #C8BD59: hue angle of 54.05º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8BD59 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB20018989-
CMYK00.060.560.22
HSL54.05º50.23%56.67%-
HSV(B)54.05º55.5%78.43%-
XYZ43.8249.416.68-
YUV180.8976.14141.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 89 (35.16% from 255) = 18.62%
R=41.84%
G=39.54%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001898900.060.560.2254.0550.2356.67
HexC8BD59063816363239
Octal310275131067026666271
Binary11001000101111011011001011011100010110110110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD59; }

 p { color: rgb(200,189,89); }

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

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

 a { background-color: rgb(200,189,89); }

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

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

 span { border-color: rgb(200,189,89); }

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