#C8BA64

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

Shades of Tacha #C8BA64

Tints of Tacha #C8BA64

Color information

#C8BA64 (or 0xC8BA64) is unknown color: approx Tacha. HEX triplet: C8, BA and 64. RGB value is (200,186,100). Sum of RGB (Red+Green+Blue) = 200+186+100=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA64 is #37459B. Grayscale: #B4B4B4. Windows color (decimal): -3622300 or 6601416. OLE color: 6601416.

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

Color convert

RGB200186100-
CMYK00.070.50.22
HSL51.6º47.62%58.82%-
HSV(B)51.6º50%78.43%-
XYZ43.6848.3219.08-
YUV180.3882.64141.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=41.15%
G=38.27%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018610000.070.50.2251.647.6258.82
HexC8BA6407321634303b
Octal310272144076226646073
Binary11001000101110101100100011111001010110110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA64; }

 p { color: rgb(200,186,100); }

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

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

 a { background-color: rgb(200,186,100); }

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

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

 span { border-color: rgb(200,186,100); }

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