#C8B963

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

Shades of Tacha #C8B963

Tints of Tacha #C8B963

Color information

#C8B963 (or 0xC8B963) is unknown color: approx Tacha. HEX triplet: C8, B9 and 63. RGB value is (200,185,99). Sum of RGB (Red+Green+Blue) = 200+185+99=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B963 is #37469C. Grayscale: #B4B4B4. Windows color (decimal): -3622557 or 6535624. OLE color: 6535624.

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

Color convert

RGB20018599-
CMYK00.080.500.22
HSL51.09º47.87%58.63%-
HSV(B)51.09º50.5%78.43%-
XYZ43.4247.8818.76-
YUV179.6882.47142.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 99 (39.06% from 255) = 20.45%
R=41.32%
G=38.22%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001859900.080.500.2251.0947.8758.63
HexC8B96308321633303b
Octal3102711430106226636073
Binary110010001011100111000110100011001010110110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B963; }

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

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

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

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

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

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

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

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