#C7B55F

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

Shades of Tacha #C7B55F

Tints of Tacha #C7B55F

Color information

#C7B55F (or 0xC7B55F) is unknown color: approx Tacha. HEX triplet: C7, B5 and 5F. RGB value is (199,181,95). Sum of RGB (Red+Green+Blue) = 199+181+95=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B55F is #384AA0. Grayscale: #B0B0B0. Windows color (decimal): -3689121 or 6272455. OLE color: 6272455.

HSL color Cylindrical-coordinate representation of color #C7B55F: hue angle of 49.62º degrees, saturation: 0.48, 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 #C7B55F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19918195-
CMYK00.090.520.22
HSL49.62º48.15%57.65%-
HSV(B)49.62º52.26%78.04%-
XYZ42.1446.0217.49-
YUV176.5881.96143.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 95 (37.5% from 255) = 20%
R=41.89%
G=38.11%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991819500.090.520.2249.6248.1557.65
HexC7B55F09341632303a
Octal3072651370116426626072
Binary110001111011010110111110100111010010110110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B55F; }

 p { color: rgb(199,181,95); }

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

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

 a { background-color: rgb(199,181,95); }

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

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

 span { border-color: rgb(199,181,95); }

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