#C8B866

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

Shades of Tacha #C8B866

Tints of Tacha #C8B866

Color information

#C8B866 (or 0xC8B866) is unknown color: approx Tacha. HEX triplet: C8, B8 and 66. RGB value is (200,184,102). Sum of RGB (Red+Green+Blue) = 200+184+102=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B866 is #374799. Grayscale: #B3B3B3. Windows color (decimal): -3622810 or 6731976. OLE color: 6731976.

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

Color convert

RGB200184102-
CMYK00.080.490.22
HSL50.2º47.12%59.22%-
HSV(B)50.2º49%78.43%-
XYZ43.3647.5219.46-
YUV179.4484.3142.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 102 (40.23% from 255) = 20.99%
R=41.15%
G=37.86%
B=20.99%

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
Decimal20018410200.080.490.2250.247.1259.22
HexC8B866083116322f3b
Octal3102701460106126625773
Binary110010001011100011001100100011000110110110010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B866; }

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

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

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

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

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

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

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

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