#C7B858

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

Shades of Tacha #C7B858

Tints of Tacha #C7B858

Color information

#C7B858 (or 0xC7B858) is unknown color: approx Tacha. HEX triplet: C7, B8 and 58. RGB value is (199,184,88). Sum of RGB (Red+Green+Blue) = 199+184+88=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B858 is #3847A7. Grayscale: #B1B1B1. Windows color (decimal): -3688360 or 5814471. OLE color: 5814471.

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

Color convert

RGB19918488-
CMYK00.080.560.22
HSL51.89º49.78%56.27%-
HSV(B)51.89º55.78%78.04%-
XYZ42.4647.1316.09-
YUV177.5477.47143.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 88 (34.77% from 255) = 18.68%
R=42.25%
G=39.07%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991848800.080.560.2251.8949.7856.27
HexC7B858083816343238
Octal3072701300107026646270
Binary110001111011100010110000100011100010110110100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B858; }

 p { color: rgb(199,184,88); }

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

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

 a { background-color: rgb(199,184,88); }

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

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

 span { border-color: rgb(199,184,88); }

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