#C8B95F

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

Shades of Tacha #C8B95F

Tints of Tacha #C8B95F

Color information

#C8B95F (or 0xC8B95F) is unknown color: approx Tacha. HEX triplet: C8, B9 and 5F. RGB value is (200,185,95). Sum of RGB (Red+Green+Blue) = 200+185+95=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B95F is #3746A0. Grayscale: #B3B3B3. Windows color (decimal): -3622561 or 6273480. OLE color: 6273480.

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

Color convert

RGB20018595-
CMYK00.080.520.22
HSL51.43º48.84%57.84%-
HSV(B)51.43º52.5%78.43%-
XYZ43.2347.817.77-
YUV179.2280.47142.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 95 (37.5% from 255) = 19.79%
R=41.67%
G=38.54%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001859500.080.520.2251.4348.8457.84
HexC8B95F08341633313a
Octal3102711370106426636172
Binary110010001011100110111110100011010010110110011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B95F; }

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

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

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

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

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

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

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

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