#C8B966

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

Shades of Tacha #C8B966

Tints of Tacha #C8B966

Color information

#C8B966 (or 0xC8B966) is unknown color: approx Tacha. HEX triplet: C8, B9 and 66. RGB value is (200,185,102). Sum of RGB (Red+Green+Blue) = 200+185+102=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B966 is #374699. Grayscale: #B4B4B4. Windows color (decimal): -3622554 or 6732232. OLE color: 6732232.

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

Color convert

RGB200185102-
CMYK00.080.490.22
HSL50.82º47.12%59.22%-
HSV(B)50.82º49%78.43%-
XYZ43.5747.9419.53-
YUV180.0283.97142.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 102 (40.23% from 255) = 20.94%
R=41.07%
G=37.99%
B=20.94%

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
Decimal20018510200.080.490.2250.8247.1259.22
HexC8B966083116332f3b
Octal3102711460106126635773
Binary110010001011100111001100100011000110110110011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B966; }

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

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

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

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

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

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

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

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