#C7BE5C

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

Shades of Tacha #C7BE5C

Tints of Tacha #C7BE5C

Color information

#C7BE5C (or 0xC7BE5C) is unknown color: approx Tacha. HEX triplet: C7, BE and 5C. RGB value is (199,190,92). Sum of RGB (Red+Green+Blue) = 199+190+92=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BE5C is #3841A3. Grayscale: #B5B5B5. Windows color (decimal): -3686820 or 6078151. OLE color: 6078151.

HSL color Cylindrical-coordinate representation of color #C7BE5C: hue angle of 54.95º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7BE5C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19919092-
CMYK00.050.540.22
HSL54.95º48.86%57.06%-
HSV(B)54.95º53.77%78.04%-
XYZ43.949.7417.41-
YUV181.5277.48140.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 92 (36.33% from 255) = 19.13%
R=41.37%
G=39.50%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991909200.050.540.2254.9548.8657.06
HexC7BE5C053616373139
Octal307276134056626676171
Binary11000111101111101011100010111011010110110111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BE5C; }

 p { color: rgb(199,190,92); }

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

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

 a { background-color: rgb(199,190,92); }

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

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

 span { border-color: rgb(199,190,92); }

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