#C8B85A

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

Shades of Tacha #C8B85A

Tints of Tacha #C8B85A

Color information

#C8B85A (or 0xC8B85A) is unknown color: approx Tacha. HEX triplet: C8, B8 and 5A. RGB value is (200,184,90). Sum of RGB (Red+Green+Blue) = 200+184+90=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B85A is #3747A5. Grayscale: #B2B2B2. Windows color (decimal): -3622822 or 5945544. OLE color: 5945544.

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

Color convert

RGB20018490-
CMYK00.080.550.22
HSL51.27º50%56.86%-
HSV(B)51.27º55%78.43%-
XYZ42.8147.316.55-
YUV178.0778.3143.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 184 (72.27% from 255) = 38.82%
BLUE value IS 90 (35.55% from 255) = 18.99%
R=42.19%
G=38.82%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001849000.080.550.2251.275056.86
HexC8B85A083716333239
Octal3102701320106726636271
Binary110010001011100010110100100011011110110110011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B85A; }

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

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

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

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

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

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

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

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