#C8B766

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

Shades of Tacha #C8B766

Tints of Tacha #C8B766

Color information

#C8B766 (or 0xC8B766) is unknown color: approx Tacha. HEX triplet: C8, B7 and 66. RGB value is (200,183,102). Sum of RGB (Red+Green+Blue) = 200+183+102=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B766 is #374899. Grayscale: #B3B3B3. Windows color (decimal): -3623066 or 6731720. OLE color: 6731720.

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

Color convert

RGB200183102-
CMYK00.080.490.22
HSL49.59º47.12%59.22%-
HSV(B)49.59º49%78.43%-
XYZ43.1547.1119.39-
YUV178.8584.63143.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=41.24%
G=37.73%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018310200.080.490.2249.5947.1259.22
HexC8B766083116322f3b
Octal3102671460106126625773
Binary110010001011011111001100100011000110110110010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B766; }

 p { color: rgb(200,183,102); }

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

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

 a { background-color: rgb(200,183,102); }

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

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

 span { border-color: rgb(200,183,102); }

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