#C7BB56

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

Shades of Tacha #C7BB56

Tints of Tacha #C7BB56

Color information

#C7BB56 (or 0xC7BB56) is unknown color: approx Tacha. HEX triplet: C7, BB and 56. RGB value is (199,187,86). Sum of RGB (Red+Green+Blue) = 199+187+86=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BB56 is #3844A9. Grayscale: #B3B3B3. Windows color (decimal): -3687594 or 5684167. OLE color: 5684167.

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

Color convert

RGB19918786-
CMYK00.060.570.22
HSL53.63º50.22%55.88%-
HSV(B)53.63º56.78%78.04%-
XYZ4348.3515.87-
YUV179.0775.48142.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 86 (33.98% from 255) = 18.22%
R=42.16%
G=39.62%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991878600.060.570.2253.6350.2255.88
HexC7BB56063916363238
Octal307273126067126666270
Binary11000111101110111010110011011100110110110110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BB56; }

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

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

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

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

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

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

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

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