#c7bc56

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

Shades of Tacha #C7BC56

Tints of Tacha #C7BC56

Color information

#C7BC56 (or 0xC7BC56) is unknown color: approx Tacha. HEX triplet: C7, BC and 56. RGB value is (199,188,86). Sum of RGB (Red+Green+Blue) = 199+188+86=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC56 is #3843A9. Grayscale: #B4B4B4. Windows color (decimal): -3687338 or 5684423. OLE color: 5684423.

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

Color convert

RGB19918886-
CMYK00.060.570.22
HSL54.16º50.22%55.88%-
HSV(B)54.16º56.78%78.04%-
XYZ43.2248.7815.94-
YUV179.6675.14141.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 86 (33.98% from 255) = 18.18%
R=42.07%
G=39.75%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991888600.060.570.2254.1650.2255.88
HexC7BC56063916363238
Octal307274126067126666270
Binary11000111101111001010110011011100110110110110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7bc56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7bc56; }

 p { color: rgb(199,188,86); }

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

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

 a { background-color: rgb(199,188,86); }

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

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

 span { border-color: rgb(199,188,86); }

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