#C7B956

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

Shades of Tacha #C7B956

Tints of Tacha #C7B956

Color information

#C7B956 (or 0xC7B956) is unknown color: approx Tacha. HEX triplet: C7, B9 and 56. RGB value is (199,185,86). Sum of RGB (Red+Green+Blue) = 199+185+86=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B956 is #3846A9. Grayscale: #B2B2B2. Windows color (decimal): -3688106 or 5683655. OLE color: 5683655.

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

Color convert

RGB19918586-
CMYK00.070.570.22
HSL52.57º50.22%55.88%-
HSV(B)52.57º56.78%78.04%-
XYZ42.5847.5115.73-
YUV177.976.14143.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 86 (33.98% from 255) = 18.30%
R=42.34%
G=39.36%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991858600.070.570.2252.5750.2255.88
HexC7B956073916353238
Octal307271126077126656270
Binary11000111101110011010110011111100110110110101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B956; }

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

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

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

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

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

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

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

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