#C8BA5E

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

Shades of Tacha #C8BA5E

Tints of Tacha #C8BA5E

Color information

#C8BA5E (or 0xC8BA5E) is unknown color: approx Tacha. HEX triplet: C8, BA and 5E. RGB value is (200,186,94). Sum of RGB (Red+Green+Blue) = 200+186+94=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA5E is #3745A1. Grayscale: #B4B4B4. Windows color (decimal): -3622306 or 6208200. OLE color: 6208200.

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

Color convert

RGB20018694-
CMYK00.070.530.22
HSL52.08º49.07%57.65%-
HSV(B)52.08º53%78.43%-
XYZ43.448.2117.61-
YUV179.779.64142.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 94 (37.11% from 255) = 19.58%
R=41.67%
G=38.75%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001869400.070.530.2252.0849.0757.65
HexC8BA5E07351634313a
Octal310272136076526646172
Binary11001000101110101011110011111010110110110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA5E; }

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

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

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

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

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

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

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

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