#C8B365

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

Shades of Tacha #C8B365

Tints of Tacha #C8B365

Color information

#C8B365 (or 0xC8B365) is unknown color: approx Tacha. HEX triplet: C8, B3 and 65. RGB value is (200,179,101). Sum of RGB (Red+Green+Blue) = 200+179+101=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B365 is #374C9A. Grayscale: #B0B0B0. Windows color (decimal): -3624091 or 6665160. OLE color: 6665160.

HSL color Cylindrical-coordinate representation of color #C8B365: hue angle of 47.27º degrees, saturation: 0.47, 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 #C8B365 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200179101-
CMYK00.100.490.22
HSL47.27º47.37%59.02%-
HSV(B)47.27º49.5%78.43%-
XYZ42.2945.4618.86-
YUV176.3985.46144.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 101 (39.84% from 255) = 21.04%
R=41.67%
G=37.29%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017910100.100.490.2247.2747.3759.02
HexC8B3650A31162f2f3b
Octal3102631450126126575773
Binary110010001011001111001010101011000110110101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B365; }

 p { color: rgb(200,179,101); }

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

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

 a { background-color: rgb(200,179,101); }

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

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

 span { border-color: rgb(200,179,101); }

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