#C8B367

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

Shades of Tacha #C8B367

Tints of Tacha #C8B367

Color information

#C8B367 (or 0xC8B367) is unknown color: approx Tacha. HEX triplet: C8, B3 and 67. RGB value is (200,179,103). Sum of RGB (Red+Green+Blue) = 200+179+103=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B367 is #374C98. Grayscale: #B0B0B0. Windows color (decimal): -3624089 or 6796232. OLE color: 6796232.

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

Color convert

RGB200179103-
CMYK00.100.480.22
HSL47.01º46.86%59.41%-
HSV(B)47.01º48.5%78.43%-
XYZ42.3945.519.38-
YUV176.6186.46144.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=41.49%
G=37.14%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017910300.100.480.2247.0146.8659.41
HexC8B3670A30162f2f3b
Octal3102631470126026575773
Binary110010001011001111001110101011000010110101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B367; }

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

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

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

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

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

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

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

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