#C7B562

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

Shades of Tacha #C7B562

Tints of Tacha #C7B562

Color information

#C7B562 (or 0xC7B562) is unknown color: approx Tacha. HEX triplet: C7, B5 and 62. RGB value is (199,181,98). Sum of RGB (Red+Green+Blue) = 199+181+98=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B562 is #384A9D. Grayscale: #B1B1B1. Windows color (decimal): -3689118 or 6469063. OLE color: 6469063.

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

Color convert

RGB19918198-
CMYK00.090.510.22
HSL49.31º47.42%58.24%-
HSV(B)49.31º50.75%78.04%-
XYZ42.2846.0718.22-
YUV176.9283.46143.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 181 (71.09% from 255) = 37.87%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=41.63%
G=37.87%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991819800.090.510.2249.3147.4258.24
HexC7B562093316312f3a
Octal3072651420116326615772
Binary110001111011010111000100100111001110110110001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B562; }

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

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

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

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

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

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

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

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