#C8B85D

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

Shades of Tacha #C8B85D

Tints of Tacha #C8B85D

Color information

#C8B85D (or 0xC8B85D) is unknown color: approx Tacha. HEX triplet: C8, B8 and 5D. RGB value is (200,184,93). Sum of RGB (Red+Green+Blue) = 200+184+93=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B85D is #3747A2. Grayscale: #B2B2B2. Windows color (decimal): -3622819 or 6142152. OLE color: 6142152.

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

Color convert

RGB20018493-
CMYK00.080.540.22
HSL51.03º49.31%57.45%-
HSV(B)51.03º53.5%78.43%-
XYZ42.9447.3517.23-
YUV178.4179.8143.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=41.93%
G=38.57%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001849300.080.540.2251.0349.3157.45
HexC8B85D083616333139
Octal3102701350106626636171
Binary110010001011100010111010100011011010110110011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B85D; }

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

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

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

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

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

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

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

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