#C7B957

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

Shades of Tacha #C7B957

Tints of Tacha #C7B957

Color information

#C7B957 (or 0xC7B957) is unknown color: approx Tacha. HEX triplet: C7, B9 and 57. RGB value is (199,185,87). Sum of RGB (Red+Green+Blue) = 199+185+87=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B957 is #3846A8. Grayscale: #B2B2B2. Windows color (decimal): -3688105 or 5749191. OLE color: 5749191.

HSL color Cylindrical-coordinate representation of color #C7B957: hue angle of 52.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7B957 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB19918587-
CMYK00.070.560.22
HSL52.5º50%56.08%-
HSV(B)52.5º56.28%78.04%-
XYZ42.6247.5315.94-
YUV178.0176.64142.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 87 (34.38% from 255) = 18.47%
R=42.25%
G=39.28%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991858700.070.560.2252.55056.08
HexC7B957073816343238
Octal307271127077026646270
Binary11000111101110011010111011111100010110110100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B957; }

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

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

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

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

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

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

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

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