#C8B467

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

Shades of Tacha #C8B467

Tints of Tacha #C8B467

Color information

#C8B467 (or 0xC8B467) is unknown color: approx Tacha. HEX triplet: C8, B4 and 67. RGB value is (200,180,103). Sum of RGB (Red+Green+Blue) = 200+180+103=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B467 is #374B98. Grayscale: #B1B1B1. Windows color (decimal): -3623833 or 6796488. OLE color: 6796488.

HSL color Cylindrical-coordinate representation of color #C8B467: hue angle of 47.63º 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 #C8B467 is Cyan = 0, Magento = 0.1, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB200180103-
CMYK00.10.480.22
HSL47.63º46.86%59.41%-
HSV(B)47.63º48.5%78.43%-
XYZ42.5945.919.45-
YUV177.286.13144.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 103 (40.62% from 255) = 21.33%
R=41.41%
G=37.27%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018010300.10.480.2247.6346.8659.41
HexC8B4670A3016302f3b
Octal3102641470126026605773
Binary110010001011010011001110101011000010110110000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B467; }

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

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

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

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

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

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

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

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