#C7B460

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

Shades of Tacha #C7B460

Tints of Tacha #C7B460

Color information

#C7B460 (or 0xC7B460) is unknown color: approx Tacha. HEX triplet: C7, B4 and 60. RGB value is (199,180,96). Sum of RGB (Red+Green+Blue) = 199+180+96=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B460 is #384B9F. Grayscale: #B0B0B0. Windows color (decimal): -3689376 or 6337735. OLE color: 6337735.

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

Color convert

RGB19918096-
CMYK00.100.520.22
HSL48.93º47.91%57.84%-
HSV(B)48.93º51.76%78.04%-
XYZ41.9945.6317.66-
YUV176.182.79144.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=41.89%
G=37.89%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991809600.100.520.2248.9347.9157.84
HexC7B4600A341631303a
Octal3072641400126426616072
Binary110001111011010011000000101011010010110110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B460; }

 p { color: rgb(199,180,96); }

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

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

 a { background-color: rgb(199,180,96); }

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

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

 span { border-color: rgb(199,180,96); }

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