#C7B561

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

Shades of Tacha #C7B561

Tints of Tacha #C7B561

Color information

#C7B561 (or 0xC7B561) is unknown color: approx Tacha. HEX triplet: C7, B5 and 61. RGB value is (199,181,97). Sum of RGB (Red+Green+Blue) = 199+181+97=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B561 is #384A9E. Grayscale: #B1B1B1. Windows color (decimal): -3689119 or 6403527. OLE color: 6403527.

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

Color convert

RGB19918197-
CMYK00.090.510.22
HSL49.41º47.66%58.04%-
HSV(B)49.41º51.26%78.04%-
XYZ42.2346.0517.97-
YUV176.8182.96143.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=41.72%
G=37.95%
B=20.34%

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
Decimal1991819700.090.510.2249.4147.6658.04
HexC7B56109331631303a
Octal3072651410116326616072
Binary110001111011010111000010100111001110110110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B561; }

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

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

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

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

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

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

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

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