#C8B55E

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

Shades of Tacha #C8B55E

Tints of Tacha #C8B55E

Color information

#C8B55E (or 0xC8B55E) is unknown color: approx Tacha. HEX triplet: C8, B5 and 5E. RGB value is (200,181,94). Sum of RGB (Red+Green+Blue) = 200+181+94=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B55E is #374AA1. Grayscale: #B1B1B1. Windows color (decimal): -3623586 or 6206920. OLE color: 6206920.

HSL color Cylindrical-coordinate representation of color #C8B55E: hue angle of 49.25º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8B55E is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB20018194-
CMYK00.090.530.22
HSL49.25º49.07%57.65%-
HSV(B)49.25º53%78.43%-
XYZ42.3646.1417.26-
YUV176.7681.29144.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 94 (37.11% from 255) = 19.79%
R=42.11%
G=38.11%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001819400.090.530.2249.2549.0757.65
HexC8B55E09351631313a
Octal3102651360116526616172
Binary110010001011010110111100100111010110110110001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B55E; }

 p { color: rgb(200,181,94); }

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

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

 a { background-color: rgb(200,181,94); }

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

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

 span { border-color: rgb(200,181,94); }

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