#C8B95C

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

Shades of Tacha #C8B95C

Tints of Tacha #C8B95C

Color information

#C8B95C (or 0xC8B95C) is unknown color: approx Tacha. HEX triplet: C8, B9 and 5C. RGB value is (200,185,92). Sum of RGB (Red+Green+Blue) = 200+185+92=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B95C is #3746A3. Grayscale: #B3B3B3. Windows color (decimal): -3622564 or 6076872. OLE color: 6076872.

HSL color Cylindrical-coordinate representation of color #C8B95C: hue angle of 51.67º degrees, saturation: 0.5, 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 #C8B95C is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20018592-
CMYK00.080.540.22
HSL51.67º49.54%57.25%-
HSV(B)51.67º54%78.43%-
XYZ43.147.7517.07-
YUV178.8878.97143.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=41.93%
G=38.78%
B=19.29%

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
Decimal2001859200.080.540.2251.6749.5457.25
HexC8B95C083616343239
Octal3102711340106626646271
Binary110010001011100110111000100011011010110110100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B95C; }

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

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

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

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

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

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

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

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